fix: add other category

This commit is contained in:
jialin
2026-02-12 19:38:47 +08:00
parent 16c0e00b4f
commit c67a8c4120
10 changed files with 35 additions and 15 deletions
@@ -69,7 +69,7 @@ const SupportedModels = () => {
const onAdd = () => {
const newList = [...modelList];
newList.push({ name: '', category: '', accessible: null });
newList.push({ name: '', category: undefined, accessible: null });
updateModelList(newList);
};