chore: hide old trace explorer cta btn from trace explorer page (#5850)

This commit is contained in:
SagarRajput-7 2024-09-06 11:23:28 +05:30 committed by GitHub
parent 4214e36d22
commit 7a10fe2b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ function TracesExplorer(): JSX.Element {
)} )}
<div className="trace-explorer-run-query"> <div className="trace-explorer-run-query">
<RightToolbarActions onStageRunQuery={handleRunQuery} /> <RightToolbarActions onStageRunQuery={handleRunQuery} />
<DateTimeSelector showAutoRefresh showOldExplorerCTA /> <DateTimeSelector showAutoRefresh />
</div> </div>
</div> </div>
<ExplorerCard sourcepage={DataSource.TRACES}> <ExplorerCard sourcepage={DataSource.TRACES}>