diff --git a/src/services/colorPaletteService.ts b/src/services/colorPaletteService.ts index 70002ed426..e58f3c6fb4 100644 --- a/src/services/colorPaletteService.ts +++ b/src/services/colorPaletteService.ts @@ -181,6 +181,7 @@ export const useColorPaletteService = () => { } return { + getActiveColorPalette: () => colorPaletteStore.completedActivePalette, addCustomColorPalette: wrapWithErrorHandling(addCustomColorPalette), deleteCustomColorPalette: wrapWithErrorHandling(deleteCustomColorPalette), loadColorPalette: wrapWithErrorHandlingAsync(loadColorPalette),