feat: fix amount property typo and format numbers for dashboard reports
This commit is contained in:
@@ -12,7 +12,7 @@ const loginSchema = z.object({
|
||||
password: z.string().min(6, 'Kata sandi minimal 6 karakter'),
|
||||
})
|
||||
|
||||
export type TLoginSchema = z.infer<typeof loginSchema>
|
||||
type TLoginSchema = z.infer<typeof loginSchema>
|
||||
|
||||
type TProperties = {
|
||||
setIsRegisterOpen: Dispatch<SetStateAction<boolean>>
|
||||
|
||||
Reference in New Issue
Block a user