mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Formatting Pass
This commit is contained in:
parent
e4b2f815e8
commit
8d4ad0de4e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user