mirror of
https://github.com/apache/superset.git
synced 2026-04-12 12:47:53 +00:00
fix: don't stringify extraJson in form (#22171)
This commit is contained in:
committed by
GitHub
parent
ac0ff78616
commit
78a4bd6bb2
@@ -471,7 +471,7 @@ const ExtraOptions = ({
|
||||
value={
|
||||
!Object.keys(extraJson?.engine_params || {}).length
|
||||
? ''
|
||||
: JSON.stringify(extraJson?.engine_params)
|
||||
: extraJson?.engine_params
|
||||
}
|
||||
placeholder={t('Engine Parameters')}
|
||||
onChange={(json: string) =>
|
||||
|
||||
Reference in New Issue
Block a user