diff --git a/core/core-frontend/src/components/visualization/ComponentEditBar.vue b/core/core-frontend/src/components/visualization/ComponentEditBar.vue index 1fd9f132a4..0b35d6dbff 100644 --- a/core/core-frontend/src/components/visualization/ComponentEditBar.vue +++ b/core/core-frontend/src/components/visualization/ComponentEditBar.vue @@ -127,7 +127,6 @@ - dvInfo.value.weight > 3) +const authShow = computed(() => !dvInfo.value.weight || dvInfo.value.weight > 3) const emits = defineEmits([ 'userViewEnlargeOpen', 'closePreview',