fix(database): make to allow the expose db as default in sqlalchemy form db (#19337)

This commit is contained in:
smileydev
2022-03-25 17:47:14 -04:00
committed by GitHub
parent 394c9a19fd
commit 5ae7e54999

View File

@@ -348,6 +348,7 @@ function dbReducer(
} as DatabaseObject['extra_json'];
deserializeExtraJSON = {
...deserializeExtraJSON,
...JSON.parse(action.payload.extra || ''),
metadata_params: JSON.stringify(extra_json?.metadata_params),
engine_params: JSON.stringify(extra_json?.engine_params),