Merge import (#1164)

---------

Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
Alex Christoffer Rasmussen
2024-09-01 20:38:59 +02:00
committed by GitHub
parent 0abaf7724d
commit aa4ee546ec
7 changed files with 181 additions and 12 deletions
@@ -42,7 +42,7 @@ export default function ManageProjects() {
const errorMessage = maybeAxiosError(error);
setError(`Error uploading file: ${errorMessage}`);
} finally {
invalidateAllCaches();
await invalidateAllCaches();
}
setLoading(null);