mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
fix: disable guest link action for selection (#5776)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
9be4dbfe9d
commit
c53c434aeb
@ -18,7 +18,7 @@ export function createPublicLinkAction (builder: Builder, _class: Ref<Class<Doc>
|
|||||||
},
|
},
|
||||||
label: guest.string.PublicLink,
|
label: guest.string.PublicLink,
|
||||||
icon: guest.icon.Link,
|
icon: guest.icon.Link,
|
||||||
input: 'any',
|
input: 'focus',
|
||||||
category: guest.category.Guest,
|
category: guest.category.Guest,
|
||||||
target: _class,
|
target: _class,
|
||||||
context: {
|
context: {
|
||||||
|
Loading…
Reference in New Issue
Block a user