fix: ensure loading in toggled (#571)

Former-commit-id: f3f96723b2
This commit is contained in:
Hayden 2023-10-06 16:22:16 -05:00 committed by GitHub
parent f8a6160039
commit eff5db3664
3 changed files with 3 additions and 0 deletions

View file

@ -122,6 +122,7 @@
};
const { error, data } = await api.items.create(out);
loading.value = false;
if (error) {
toast.error("Couldn't create item");
return;