Commit 9dad7e7c authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 375056f8
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
// IndexedDB Not Found // IndexedDB Not Found
} }
await models.set(await getModels());
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}')); await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
await modelfiles.set(await getModelfiles(localStorage.token)); await modelfiles.set(await getModelfiles(localStorage.token));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment