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