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