Skip to content

Commit

Permalink
Disable dataset modal keyboard close on first selection
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Nov 10, 2023
1 parent 7b09da6 commit ce45256
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export function DatasetSelectorModal(props: DatasetSelectorModalProps) {
size='xlarge'
title='Select datasets'
revealed={revealed}
disableKeyboardClose={isFirstSelection}
closeButton={!isFirstSelection}
onCloseClick={close}
renderHeadline={() => (
Expand Down

0 comments on commit ce45256

Please sign in to comment.