mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 19:25:14 -05:00
Formatting Pass
This commit is contained in:
@@ -49,7 +49,7 @@ export interface SystemState
|
||||
toastQueue: UseToastOptions[];
|
||||
searchFolder: string | null;
|
||||
foundModels: InvokeAI.FoundModel[] | null;
|
||||
openModel: string | null,
|
||||
openModel: string | null;
|
||||
}
|
||||
|
||||
const initialSystemState: SystemState = {
|
||||
@@ -273,7 +273,7 @@ export const {
|
||||
setProcessingIndeterminateTask,
|
||||
setSearchFolder,
|
||||
setFoundModels,
|
||||
setOpenModel
|
||||
setOpenModel,
|
||||
} = systemSlice.actions;
|
||||
|
||||
export default systemSlice.reducer;
|
||||
|
||||
Reference in New Issue
Block a user