Skip to content

Commit

Permalink
fix style issue for bulk editor (#7004)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames authored Jan 19, 2024
1 parent 7d3bf00 commit fac18ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const RequestParametersEditor: FC<Props> = ({
return (
<CodeEditor
id="request-parameters-editor"
className='min-h-[8rem]'
onChange={handleBulkUpdate}
defaultValue={paramsString}
enableNunjucks
Expand Down

0 comments on commit fac18ee

Please sign in to comment.