diff --git a/app/components/SkeletonComponentNodeSelector.vue b/app/components/SkeletonComponentNodeSelector.vue index 2843a88..9d087ec 100644 --- a/app/components/SkeletonComponentNodeSelector.vue +++ b/app/components/SkeletonComponentNodeSelector.vue @@ -116,7 +116,7 @@ import { computed } from 'vue' defineOptions({ name: 'SkeletonComponentNodeSelector' }) -const props = withDefaults(defineProps({ +const props = defineProps({ node: { type: Object, required: true, @@ -145,11 +145,6 @@ const props = withDefaults(defineProps({ type: Boolean, default: true, }, -}), { - depth: 0, - loadingComponentModels: false, - loadingPieceModels: false, - showSelfSelector: true, }) const emit = defineEmits(['component-model-change', 'piece-model-change'])