diff --git a/gui/src/main.tsx b/gui/src/main.tsx index 1c8ed814c..4e67d8f88 100644 --- a/gui/src/main.tsx +++ b/gui/src/main.tsx @@ -31,13 +31,10 @@ export async function main() { name: 'onnx-web', partialize: (oldState) => ({ ...oldState, - history: { - ...oldState.history, - loading: false, - }, + loading: false, }), storage: createJSONStorage(() => localStorage), - version: 1, + version: 2, })); const query = new QueryClient();