>
) : (
<>
@@ -473,8 +480,8 @@ export function UpdateClientById() {
{!isSuccess ? (
<>
-
-
+
+
>
) : (
<>
diff --git a/src/pages/_layout/user/$userId/update.tsx b/src/pages/_layout/user/$userId/update.tsx
index edf78bc..7908815 100644
--- a/src/pages/_layout/user/$userId/update.tsx
+++ b/src/pages/_layout/user/$userId/update.tsx
@@ -29,7 +29,14 @@ import { SpinLoader } from '@/components/ui/loader'
import { queryClient } from '@/pages/__root'
import { useToken } from '@/lib/context/login'
import { Link } from '@tanstack/react-router'
-import { DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from '@/components/ui/dialog'
+import {
+ DialogClose,
+ DialogContent,
+ DialogDescription,
+ DialogFooter,
+ DialogHeader,
+ DialogTitle,
+} from '@/components/ui/dialog'
import { Button } from '@/components/ui/button'
import { ScrollArea, ScrollBar } from '@/components/ui/scroll-area'
@@ -248,161 +255,165 @@ export function UpdateUserById() {
{!open &&
}
- {text.title}
+
+ {text.title}
+
- {text.descriiption}
+
+ {text.descriiption}
+
-
-
-