Skip to content

Commit

Permalink
fix: prevent the instance file upload modal from closing when clickin…
Browse files Browse the repository at this point in the history
…g on the backdrop (#1089)

## Done

- prevent the instance file upload modal from closing when clicking on
the backdrop
  • Loading branch information
mas-who authored Feb 3, 2025
2 parents 4f5eb7d + 0d3af5e commit 83ba657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/instances/forms/UploadInstanceFileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const UploadInstanceFileModal: FC<Props> = ({ close, name }) => {
close={close}
className="upload-instance-modal"
title="Upload instance file"
closeOnOutsideClick={false}
>
<NotificationRow className="u-no-padding u-no-margin" />
{uploadState && (
Expand Down

0 comments on commit 83ba657

Please sign in to comment.