Skip to content

Commit

Permalink
fix: Database modal parameter inputs persisting after modal closed an…
Browse files Browse the repository at this point in the history
…d reopened (apache#23686)

(cherry picked from commit 3d10296)
  • Loading branch information
jfrag1 authored and jinghua-qa committed Apr 17, 2023
1 parent bd39340 commit 037d946
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 037d946

Please sign in to comment.