Skip to content

Commit

Permalink
Merge pull request #2106 from Agenta-AI/AGE-1013/fix-eval-config-moda…
Browse files Browse the repository at this point in the history
…l-close-outside-click

fix(frontend): prevent closing eval-config modal when click outside
  • Loading branch information
mmabrouk authored Oct 8, 2024
2 parents 385cb90 + 7622559 commit c88dd73
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 c88dd73

Please sign in to comment.