michael-s-molina commented on code in PR #29978: URL: https://github.com/apache/superset/pull/29978#discussion_r1724917624
########## superset-frontend/src/SqlLab/reducers/sqlLab.js: ########## @@ -696,7 +698,19 @@ export default function sqlLabReducer(state = {}, action) { ? prevState : currentState, }; - change = true; + const newExtra = JSON.stringify(newQueries[id].extra); Review Comment: You can use Lodash's [isEquals](https://lodash.com/docs/4.17.15#isEqual) here. -- 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