fix: error message typo

This commit is contained in:
Elias Schneider
2023-01-06 09:21:46 +01:00
parent f2d4895e50
commit 72c8081e7c
3 changed files with 7 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ const error = (message: string) =>
});
const axiosError = (axiosError: any) =>
error(axiosError?.response?.data?.message ?? "An unknown error occured");
error(axiosError?.response?.data?.message ?? "An unknown error occurred");
const success = (message: string) =>
showNotification({