fix loading icon

This commit is contained in:
2023-02-20 11:53:23 +10:00
parent d7e530b2dd
commit 56eee105d5

View File

@@ -149,9 +149,10 @@ const handleLoad = async () => {
error.response?.data?.message || error.response?.data?.message ||
"Could not load any events from the server."; "Could not load any events from the server.";
} }
})
.finally(() => {
loading.value = false;
}); });
loading.value = false;
}; };
const handleFilter = async () => { const handleFilter = async () => {