🚸 Remember current values as default in create user stepper

This commit is contained in:
Manuel
2023-08-05 15:09:48 +02:00
parent d081ccb9ad
commit 5b1b36eecc
4 changed files with 22 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import {
IconLogout,
IconMoonStars,
IconSun,
IconUserCog
IconUserCog,
} from '@tabler/icons-react';
import { useQuery } from '@tanstack/react-query';
import { User } from 'next-auth';