From 8feeaf770222955750cdf726d67483477f617ea7 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 24 Jul 2025 12:17:27 +0700 Subject: [PATCH] feat: update fixing error --- .../(protected)/admin/management-user/internal/create/page.tsx | 2 +- .../admin/management-user/internal/edit/[id]/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx b/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx index 37bd3425..7311a6ac 100644 --- a/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx +++ b/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx @@ -751,7 +751,7 @@ export default function CreateUserForm() { { form.setValue("isValidPassword", isValid); diff --git a/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx b/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx index a9a7c1ed..7cbeb810 100644 --- a/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx +++ b/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx @@ -756,7 +756,7 @@ export default function EditUserForm() { { form.setValue("isValidPassword", isValid);