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

@@ -57,7 +57,7 @@ export const TotpPage = () => {
{t("totpTitle")}
</Text>
<TotpForm
isLoading={totpMutation.isLoading}
isPending={totpMutation.isPending}
onSubmit={(values) => totpMutation.mutate(values)}
/>
</Paper>