fix loading icon
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user