EZQMS-527: Consistent defaults for ActionButton (#4421)

Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
This commit is contained in:
Pete Anøther 2024-01-24 04:16:42 -03:00 committed by GitHub
parent 341c34a97d
commit b87bcf2ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
export let disabled: boolean = false
export let id: Ref<Action>
export let object: Doc | Doc[]
export let mode: ViewContextType | undefined = undefined
export let mode: ViewContextType = 'context'
const client = getClient()