File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
datahub-web-react/src/app
entityV2/shared/components/styled/search
entity/shared/components/styled/search Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type Props = {
2626 setShowDownloadAsCsvModal : ( showDownloadAsCsvModal : boolean ) => any ;
2727} ;
2828
29- const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 200 ;
29+ const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 100 ;
3030
3131export default function DownloadAsCsvModal ( {
3232 downloadSearchResults,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ type Props = {
4646 setShowDownloadAsCsvModal : ( showDownloadAsCsvModal : boolean ) => any ;
4747} ;
4848
49- const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 200 ;
49+ const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 100 ;
5050const DOWNLOAD_NOTIFICATION_KEY = 'download-csv-notification' ;
5151const formatTime = ( seconds : number ) => {
5252 if ( seconds < 60 ) return `${ Math . round ( seconds ) } s` ;
You can’t perform that action at this time.
0 commit comments