Skip to content

Commit

Permalink
(fix) Clicking close button should hide the importmap modal (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Dec 13, 2023
1 parent 6e2e2f2 commit 9db3402
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ImportMapModal: React.FC<ImportMapModalProps> = ({ module, isNew, close })
return (
<>
<ModalHeader
closeModal={close}
title={
isNew
? t('addModule', 'Add Module')
Expand Down

0 comments on commit 9db3402

Please sign in to comment.