From 3a9ee854021d4017f27bb2d1c702c58802ed67b7 Mon Sep 17 00:00:00 2001 From: sigmaBoei Date: Fri, 27 Feb 2026 13:52:07 +0800 Subject: [PATCH] users adjustments --- frontend/src/app/users/[usersId]/page.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/users/[usersId]/page.jsx b/frontend/src/app/users/[usersId]/page.jsx index 87c759f..039f252 100644 --- a/frontend/src/app/users/[usersId]/page.jsx +++ b/frontend/src/app/users/[usersId]/page.jsx @@ -23,7 +23,7 @@ const Page = () => { { permission: "service.update" }, ]; - const [showPrompt, setShowPrompt] = useState(false); + const [showPrompt, setShowPrompt] = useState(true); return (
@@ -81,7 +81,7 @@ const Page = () => { className={editUserStyle.placeholderTxt} />
- + {/* Full Name */} @@ -102,6 +102,7 @@ const Page = () => { className={editUserStyle.placeholderTxt} /> +