You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/05 18:20:06 UTC

[GitHub] [incubator-superset] suddjian commented on a change in pull request #9088: [dashboard] Fix metadata state

suddjian commented on a change in pull request #9088: [dashboard] Fix metadata state
URL: https://github.com/apache/incubator-superset/pull/9088#discussion_r375426049
 
 

 ##########
 File path: superset/assets/src/dashboard/components/PropertiesModal.jsx
 ##########
 @@ -49,19 +50,25 @@ const defaultProps = {
 class PropertiesModal extends React.PureComponent {
   constructor(props) {
     super(props);
+    this.defaultMetadataValue = JSON.stringify(
 
 Review comment:
   This is always valid JSON, it's coming from a json object supplied by the backend.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org