mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
ezqms-876: adjust role assignment editor (#5583)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
1279a180ab
commit
9e6984e152
@ -34,8 +34,8 @@
|
||||
<AccountArrayEditor
|
||||
{value}
|
||||
{label}
|
||||
readonly={readonly || (object.private && members.length === 0)}
|
||||
includeItems={object.private ? members : undefined}
|
||||
readonly={readonly || members.length === 0}
|
||||
includeItems={members}
|
||||
{onChange}
|
||||
{size}
|
||||
width={width ?? 'min-content'}
|
||||
|
Loading…
Reference in New Issue
Block a user