Skip to content

Commit

Permalink
chore: hide old trace explorer cta btn from trace explorer page (#5850)
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Sep 6, 2024
1 parent 4214e36 commit 7a10fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/TracesExplorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function TracesExplorer(): JSX.Element {
)}
<div className="trace-explorer-run-query">
<RightToolbarActions onStageRunQuery={handleRunQuery} />
<DateTimeSelector showAutoRefresh showOldExplorerCTA />
<DateTimeSelector showAutoRefresh />
</div>
</div>
<ExplorerCard sourcepage={DataSource.TRACES}>
Expand Down

0 comments on commit 7a10fe2

Please sign in to comment.