cccs-Dustin commented on code in PR #20056:
URL: https://github.com/apache/superset/pull/20056#discussion_r892242874


##########
superset-frontend/src/SqlLab/components/ResultSet/index.tsx:
##########
@@ -343,7 +343,7 @@ export default class ResultSet extends React.PureComponent<
           metrics: [],
           groupby: [],
           time_range: 'No filter',
-          viz_type: 'table',
+          viz_type: '',
           all_columns: selectedColumns.map(c => c.name),

Review Comment:
   Modified the code in the most resent commit such that the default form data 
is populated in the backend (follows along with the proposed option 2)



-- 
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]

Reply via email to