Fix readonly for data editors (#3598)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-08-17 10:59:26 +07:00 committed by GitHub
parent 0bd0a50709
commit e0f831de4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@
<svelte:component
this={editor}
readonly={isReadonly}
editable={!isReadonly}
disabled={isReadonly}
label={attribute?.label}
placeholder={attribute?.label}