Skip to content

Commit

Permalink
Make metadata/engine paramater inputs controlled
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrag1 committed Apr 14, 2023
1 parent 240b292 commit 860cdb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ const ExtraOptions = ({
}
width="100%"
height="160px"
defaultValue={
value={
!Object.keys(extraJson?.metadata_params || {}).length
? ''
: extraJson?.metadata_params
Expand All @@ -483,7 +483,7 @@ const ExtraOptions = ({
}
width="100%"
height="160px"
defaultValue={
value={
!Object.keys(extraJson?.engine_params || {}).length
? ''
: extraJson?.engine_params
Expand Down

0 comments on commit 860cdb1

Please sign in to comment.