This commit is contained in:
Kent Keirsey
2025-06-26 13:46:53 -04:00
committed by psychedelicious
parent f7c555e501
commit 5e55f6074b
2 changed files with 3 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ export const StylePresetPromptPreviewToggle = () => {
colorScheme={showPromptPreviews ? 'invokeBlue' : 'base'}
/>
);
};
};

View File

@@ -57,7 +57,8 @@ export const stylePresetSlice = createSlice({
},
});
export const { activeStylePresetIdChanged, searchTermChanged, viewModeChanged, showPromptPreviewsChanged } = stylePresetSlice.actions;
export const { activeStylePresetIdChanged, searchTermChanged, viewModeChanged, showPromptPreviewsChanged } =
stylePresetSlice.actions;
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
const migrateStylePresetState = (state: any): any => {