fix temp readonly check

This commit is contained in:
Mads Rasmussen
2022-05-04 13:53:01 +02:00
parent f4da7262d5
commit c09acf4a1b

View File

@@ -50,7 +50,7 @@
<umb-property-editor
model="property"
preview="propertyEditorDisabled(property)"
ng-attr-readonly="content.language.culture === 'da-DK' || undefined">
ng-attr-readonly="{{content.language.culture === 'da-DK' || undefined}}">
<!--TODO: Update with correct check for readonly -->
</umb-property-editor>
</div>