refactor(dashboard): revamp how lists work entirely

This commit is contained in:
Jake Fulmine
2022-11-27 19:27:07 +01:00
parent a62b6d53e2
commit 39e18704a6
19 changed files with 1090 additions and 613 deletions

View File

@@ -51,8 +51,8 @@
let res = await api().groups(group.id).patch({data});
update({...group, ...res});
err = [];
success = true;
loading = false;
editMode = false;
return;
} catch (error) {
console.log(error);
err.push(error.message);