Skip to content

Commit 83ba657

Browse files
authored
fix: prevent the instance file upload modal from closing when clicking on the backdrop (#1089)
## Done - prevent the instance file upload modal from closing when clicking on the backdrop
2 parents 4f5eb7d + 0d3af5e commit 83ba657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/instances/forms/UploadInstanceFileModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const UploadInstanceFileModal: FC<Props> = ({ close, name }) => {
2121
close={close}
2222
className="upload-instance-modal"
2323
title="Upload instance file"
24+
closeOnOutsideClick={false}
2425
>
2526
<NotificationRow className="u-no-padding u-no-margin" />
2627
{uploadState && (

0 commit comments

Comments
 (0)