Skip to content

Commit

Permalink
using current tabId instead of initial TabId for sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Nov 2, 2023
1 parent bcf7cb0 commit e87712d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ export const Explorer = ({
)}
<EuiSplitPanel.Inner paddingSize="none" color="subdued" className="eui-yScroll">
<ObservabilitySideBar
tabId={initialTabId}
tabId={tabId}
pplService={pplService}
notifications={notifications}
/>
Expand Down

0 comments on commit e87712d

Please sign in to comment.