Skip to content

Commit

Permalink
revert default tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Sep 3, 2024
1 parent 7156738 commit 3b5a65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/sagas/ActionExecution/errorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function* showToastOnExecutionError(
source: "TOAST",
});
store.dispatch(showDebugger(true));
store.dispatch(setDebuggerSelectedTab(DEBUGGER_TAB_KEYS.LOGS_TAB));
store.dispatch(setDebuggerSelectedTab(DEBUGGER_TAB_KEYS.ERROR_TAB));
}

const action = showCTA
Expand Down

0 comments on commit 3b5a65b

Please sign in to comment.