fix: import model

This commit is contained in:
Timothy J. Baek 2024-06-03 13:41:33 -07:00
parent 7c35447666
commit cbd60168ea

View File

@ -384,6 +384,7 @@
}
await models.set(await getModels(localStorage.token));
_models = $models;
};
reader.readAsText(importFiles[0]);