runs the closeSidePanel function when navigating away using a button-action

This commit is contained in:
mikesealey 2024-04-19 14:45:57 +01:00
parent 11702538cb
commit 4c0d3ed5f3
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ const triggerAutomationHandler = async action => {
const navigationHandler = action => {
const { url, peek, externalNewTab } = action.parameters
routeStore.actions.navigate(url, peek, externalNewTab)
closeSidePanelHandler()
}
const queryExecutionHandler = async action => {