Skip to content

Commit

Permalink
Merge pull request #1444 from Agenta-AI/issue-1423/-make-code-evaluat…
Browse files Browse the repository at this point in the history
…ion-modal-bigger

Increased code evaluation modal width
  • Loading branch information
aakrem authored Mar 15, 2024
2 parents 234e4bb + 80c000b commit f91db41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ const NewEvaluatorModal: React.FC<Props> = ({
}
footer={null}
data-cy="configure-new-evaluator-modal"
width={selectedEval?.key === "auto_custom_code_run" ? 800 : 600}
>
<Form
requiredMark={false}
Expand Down

0 comments on commit f91db41

Please sign in to comment.