diff --git a/frontend/src/components/canvas/custom-component/UserViewDialog.vue b/frontend/src/components/canvas/custom-component/UserViewDialog.vue index 9d1fad81c0..27a77c7646 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -64,7 +64,7 @@ export default { computed: { showChartCanvas() { - return !this.chart.type.includes('table') + return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info' }, customStyle() { let style = {