Skip to content

Commit

Permalink
Merge pull request #156 from ahmed-deriv/ahmed/fix--modal-stuck-appli…
Browse files Browse the repository at this point in the history
…cation-edit

ahmed/fix--modal-stuck-application-edit
  • Loading branch information
prince-deriv authored Oct 15, 2024
2 parents 47e7d40 + 304d4d0 commit 5598a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/dashboard/update-app/AppUpdateForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ const AppUpdateForm = ({ initialValues, submit, onCancel, is_loading }: TAppForm

<Modal
isOpened={isAdminPopupVisible}
toggleModal={handlePopupCancel}
primaryButtonLabel={translate({
message: 'Enable admin access',
})}
Expand All @@ -389,6 +388,7 @@ const AppUpdateForm = ({ initialValues, submit, onCancel, is_loading }: TAppForm
showSecondaryButton
primaryButtonCallback={handlePopupConfirm}
shouldCloseOnSecondaryButtonClick
secondaryButtonCallback={handlePopupCancel}
className='admin-scope-modal'
showHandleBar
disableCloseOnOverlay={true}
Expand Down

0 comments on commit 5598a2c

Please sign in to comment.