diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index 10187f4042..ad5de576e3 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -117,9 +117,7 @@ const backgroundCustomShow = computed(() => { return ( dashboardActive.value || (!dashboardActive.value && - !['CanvasBoard', 'CanvasIcon', 'Picture', 'CircleShape', 'RectShape'].includes( - element.value.component - )) + !['CanvasBoard', 'CanvasIcon', 'CircleShape', 'RectShape'].includes(element.value.component)) ) }) onMounted(() => {