mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 11:04:55 -05:00
prettier
This commit is contained in:
committed by
psychedelicious
parent
f7c555e501
commit
5e55f6074b
@@ -25,4 +25,4 @@ export const StylePresetPromptPreviewToggle = () => {
|
||||
colorScheme={showPromptPreviews ? 'invokeBlue' : 'base'}
|
||||
/>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user