mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 23:00:13 +00: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 disabled: boolean = false
|
||||||
export let id: Ref<Action>
|
export let id: Ref<Action>
|
||||||
export let object: Doc | Doc[]
|
export let object: Doc | Doc[]
|
||||||
export let mode: ViewContextType | undefined = undefined
|
export let mode: ViewContextType = 'context'
|
||||||
|
|
||||||
const client = getClient()
|
const client = getClient()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user