);
@@ -626,9 +627,10 @@ const ExportData = (props) => {
paddingBottom={'12px'}
color={'grey.700'}
fontSize={'14px'}
- fontWeight={300}>
- Customize the data you want to download. We recommend scheduling your downloads for bulky
- data/time periods greater than a month to avoid timeouts.
+ fontWeight={300}
+ >
+ Customize the data you want to download. We recommend downloading data for shorter time
+ periods like a week or a month to avoid timeouts.
@@ -638,7 +640,8 @@ const ExportData = (props) => {
className={clsx(classes.root, className)}
style={{
overflow: 'visible'
- }}>
+ }}
+ >
{
classes={{
root: classes.tabs, // Apply custom styles to the root element
indicator: classes.indicator // Apply custom styles to the indicator element
- }}>
+ }}
+ >
@@ -766,24 +770,30 @@ const ExportData = (props) => {
-
+
-
+ {disableDownloadBtn('sites') && (
+