diff --git a/app/web/src/api/sdf/dal/property_editor.ts b/app/web/src/api/sdf/dal/property_editor.ts index c371da388a..e9068efb44 100644 --- a/app/web/src/api/sdf/dal/property_editor.ts +++ b/app/web/src/api/sdf/dal/property_editor.ts @@ -95,6 +95,7 @@ export interface PropertyEditorProp { isReadonly: boolean; documentation?: string; validationFormat?: string; + defaultCanBeSetBySocket: boolean; } export interface PropertyEditorSchema { diff --git a/app/web/src/components/AttributesPanel/AttributesPanelItem.vue b/app/web/src/components/AttributesPanel/AttributesPanelItem.vue index f8f7940006..e7571802bd 100644 --- a/app/web/src/components/AttributesPanel/AttributesPanelItem.vue +++ b/app/web/src/components/AttributesPanel/AttributesPanelItem.vue @@ -105,11 +105,9 @@ header /> -