Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -150,7 +150,7 @@ const { ColorPaletteIcon } = icon.ionicons5 |
150 | 150 | const { ScaleIcon, FitToScreenIcon, FitToHeightIcon, FitToWidthIcon } = icon.carbon |
151 | 151 | |
152 | 152 | const chartEditStore = useChartEditStore() |
153 | -const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig) | |
153 | +const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig) as any | |
154 | 154 | const editCanvas = chartEditStore.getEditCanvas |
155 | 155 | |
156 | 156 | const uploadFileListRef = ref() | ... | ... |