This commit is contained in:
Timothy Jaeryang Baek 2025-11-26 21:29:52 -05:00
parent 9f89cc5adc
commit d1bbf6ba92

View file

@ -214,8 +214,6 @@
viewOption = localStorage.workspaceViewOption ?? '';
page = 1;
await getModelList();
let groups = await getGroups(localStorage.token);
groupIds = groups.map((group) => group.id);