hughhhh commented on a change in pull request #4680: Hotkeys in SQL Lab
URL: 
https://github.com/apache/incubator-superset/pull/4680#discussion_r177160837
 
 

 ##########
 File path: superset/assets/javascripts/SqlLab/actions.js
 ##########
 @@ -196,7 +196,10 @@ export function setDatabases(databases) {
 }
 
 export function addQueryEditor(queryEditor) {
-  const newQe = Object.assign({}, queryEditor, { id: shortid.generate() });
+  const newQe = {
 
 Review comment:
   nit: neQe >> newQuery

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to