mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
refactor(ui): use zod for all redux state
This commit is contained in:
@@ -35,6 +35,6 @@ export const selectChangeBoardModalSlice = (state: RootState) => state.changeBoa
|
||||
|
||||
export const changeBoardModalSliceConfig: SliceConfig<typeof slice> = {
|
||||
slice,
|
||||
zSchema: zChangeBoardModalState,
|
||||
schema: zChangeBoardModalState,
|
||||
getInitialState,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user