Skip to content

Commit

Permalink
change order getMainContentTabs
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm committed Nov 4, 2022
1 parent 9623da9 commit b48d224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1068,9 +1068,9 @@ export const Explorer = ({
isLiveTailOnRef.current,
patternsData,
viewLogPatterns,
userVizConfigs,
isPatternConfigPopoverOpen,
patternRegexInput,
userVizConfigs,
]);
const handleContentTabClick = (selectedTab: IQueryTab) => setSelectedContentTab(selectedTab.id);

Expand Down

0 comments on commit b48d224

Please sign in to comment.