justinpark commented on code in PR #31809:
URL: https://github.com/apache/superset/pull/31809#discussion_r1917112276


##########
superset-frontend/src/dashboard/components/Header/index.jsx:
##########
@@ -668,6 +673,7 @@ const Header = () => {
       NavExtension,
       boundActionCreators.onRedo,
       boundActionCreators.onUndo,
+      boundActionCreators.clearDashboardHistory(),

Review Comment:
   You're executing the function in the dependent list 
   ```suggestion
         boundActionCreators.clearDashboardHistory,
   ```



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