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} /> +