feat: confirmation popup for Action Icon in view Beneficiary,

This commit is contained in:
2025-10-09 12:46:14 +05:30
parent 75a4e9199b
commit 917a17d826
3 changed files with 76 additions and 6 deletions

View File

@@ -304,6 +304,10 @@ export default function ChangePassword() {
withAsterisk
rightSection={icon}
readOnly={step !== "form"}
onCopy={(e) => e.preventDefault()}
onPaste={(e) => e.preventDefault()}
onCut={(e) => e.preventDefault()}
/>
{/* Captcha */}