lyndsiWilliams commented on a change in pull request #17944: URL: https://github.com/apache/superset/pull/17944#discussion_r787187996
########## File path: superset-frontend/src/SqlLab/components/QueryTable/index.tsx ########## @@ -200,7 +232,7 @@ const QueryTable = props => { q.sql = ( <Card css={[StaticPosition]}> <HighlightedSql - sql={q.sql} + sql={sql} Review comment: I think `q.` needs to stay here and in the subsequent spots you removed it below (I'll mark them with comments). Was this removed for a reason? -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org