eschutho commented on a change in pull request #15750:
URL: https://github.com/apache/superset/pull/15750#discussion_r671560786
##########
File path:
superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
##########
@@ -257,9 +257,7 @@ function dbReducer(
...JSON.parse(action.payload.extra || ''),
metadata_params: JSON.stringify(extra_json?.metadata_params),
engine_params: JSON.stringify(extra_json?.engine_params),
- schemas_allowed_for_csv_upload: JSON.stringify(
- extra_json?.schemas_allowed_for_csv_upload,
- ),
+ schemas_allowed_for_csv_upload:
extra_json?.schemas_allowed_for_csv_upload
Review comment:
is this b/c this is rendered as a text field and the others an ace
editor?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]