Skip to content

Commit

Permalink
ahmed/fix--modal-stuck-application-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Oct 15, 2024
1 parent 9e5cdd7 commit 304d4d0
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 304d4d0

Please sign in to comment.