diff --git a/app/components/ComponentModelStructureEditor.vue b/app/components/ComponentModelStructureEditor.vue
index 40b6905..e65193f 100644
--- a/app/components/ComponentModelStructureEditor.vue
+++ b/app/components/ComponentModelStructureEditor.vue
@@ -10,7 +10,6 @@
:locked-type-label="displayedRootTypeLabel"
:allow-subcomponents="allowSubcomponents"
:max-subcomponent-depth="maxSubcomponentDepth"
- :restricted-mode="restrictedMode"
is-root
/>
@@ -56,10 +55,6 @@ const props = defineProps({
type: Number,
default: Infinity,
},
- restrictedMode: {
- type: Boolean,
- default: false,
- },
})
const emit = defineEmits(['update:modelValue'])
diff --git a/app/components/PieceModelStructureEditor.vue b/app/components/PieceModelStructureEditor.vue
index c58b25c..c26a7fc 100644
--- a/app/components/PieceModelStructureEditor.vue
+++ b/app/components/PieceModelStructureEditor.vue
@@ -29,7 +29,6 @@
-
+
{{ productStructurePreview }}
-
+
-
-
-
{{ restrictedModeMessage }}
-
-
-
- {{ disableSubmitMessage }}
-
-