Skip to content

Commit

Permalink
Pass in prop curSelectedTabId for live tail (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 authored Mar 10, 2022
1 parent 02012d4 commit faaeb30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export function Application(props: AppDetailProps) {
setStartTime={setStartTimeForApp}
setEndTime={setEndTimeForApp}
appBaseQuery={application.baseQuery}
curSelectedTabId={selectedTabId}
/>
);
};
Expand Down

0 comments on commit faaeb30

Please sign in to comment.