mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
EZQMS-527: Consistent defaults for ActionButton
(#4421)
Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
This commit is contained in:
parent
341c34a97d
commit
b87bcf2ebe
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user