rusackas commented on code in PR #22772:
URL: https://github.com/apache/superset/pull/22772#discussion_r1089271922


##########
superset-frontend/src/SqlLab/actions/sqlLab.js:
##########
@@ -1402,7 +1402,7 @@ export function popQuery(queryId) {
           dbId: queryData.database.id,
           schema: queryData.schema,
           sql: queryData.sql,
-          name: `Copy of ${queryData.tab_name}`,
+          title: t('Copy of %s', queryData.tab_name),

Review Comment:
   What's the rationale for the key change here (and below)?



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