mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Fix readonly for data editors (#3598)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
0bd0a50709
commit
e0f831de4f
@ -76,6 +76,7 @@
|
||||
<svelte:component
|
||||
this={editor}
|
||||
readonly={isReadonly}
|
||||
editable={!isReadonly}
|
||||
disabled={isReadonly}
|
||||
label={attribute?.label}
|
||||
placeholder={attribute?.label}
|
||||
|
Loading…
Reference in New Issue
Block a user