Skip to content

Commit

Permalink
💄 [#4908] Change size of ModelOptionsConfiguration in JSONOptionsForm
Browse files Browse the repository at this point in the history
The previous size was not big enough to show all elements without scroll bars
  • Loading branch information
viktorvanwijk committed Dec 19, 2024
1 parent 94e1d6c commit 7cb5a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const JSONOptionsForm = ({name, label, schema, formData, onChange}) => {
}
initialFormData={{...formData}}
onSubmit={values => onChange({formData: values})}
modalSize="small"
modalSize="medium"
>
<ValidationErrorsProvider errors={relevantErrors}>
<Fieldset>
Expand Down

0 comments on commit 7cb5a02

Please sign in to comment.