Compare commits

...

1 Commits

Author SHA1 Message Date
Tushar Vats
a3cf867a79 fix: hide trace download button 2026-03-25 15:15:47 +05:30

View File

@@ -11,7 +11,7 @@ import {
// eslint-disable-next-line no-restricted-imports
import { useSelector } from 'react-redux';
import logEvent from 'api/common/logEvent';
import DownloadOptionsMenu from 'components/DownloadOptionsMenu/DownloadOptionsMenu';
// import DownloadOptionsMenu from 'components/DownloadOptionsMenu/DownloadOptionsMenu';
import ErrorInPlace from 'components/ErrorInPlace/ErrorInPlace';
import ListViewOrderBy from 'components/OrderBy/ListViewOrderBy';
import { ResizeTable } from 'components/ResizeTable';
@@ -239,7 +239,7 @@ function ListView({
/>
</div>
<DownloadOptionsMenu dataSource={DataSource.TRACES} />
{/* <DownloadOptionsMenu dataSource={DataSource.TRACES} /> */}
<TraceExplorerControls
isLoading={isFetching}