Skip to content

Commit

Permalink
fix(frontend): prevent closing eval-config modal when click outside o…
Browse files Browse the repository at this point in the history
…f the modal
  • Loading branch information
ashrafchowdury committed Oct 8, 2024
1 parent 385cb90 commit 7622559
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ const EvaluatorsModal = ({...props}: EvaluatorsModalProps) => {
closeIcon={null}
title={null}
className={classes.modalWrapper}
maskClosable={false}
centered
{...props}
>
Expand Down

0 comments on commit 7622559

Please sign in to comment.