mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03: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,
|
||||
icon: guest.icon.Link,
|
||||
input: 'any',
|
||||
input: 'focus',
|
||||
category: guest.category.Guest,
|
||||
target: _class,
|
||||
context: {
|
||||
|
Loading…
Reference in New Issue
Block a user