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