chore: update to react query v5

This commit is contained in:
Stavros
2025-04-15 12:27:28 +03:00
parent b24aab17b1
commit 7413b3f931
11 changed files with 23 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ export const LogoutPage = () => {
fullWidth
mt="xl"
onClick={() => logoutMutation.mutate()}
loading={logoutMutation.isLoading}
loading={logoutMutation.isPending}
>
{t("logoutTitle")}
</Button>