diff --git a/frontend/src/scenes/batch_exports/BatchExportBackfillModal.tsx b/frontend/src/scenes/batch_exports/BatchExportBackfillModal.tsx index 5616f80e9d333..1dbcff91d0be7 100644 --- a/frontend/src/scenes/batch_exports/BatchExportBackfillModal.tsx +++ b/frontend/src/scenes/batch_exports/BatchExportBackfillModal.tsx @@ -7,6 +7,7 @@ import { Form } from 'kea-forms' import { Field } from 'lib/forms/Field' import { batchExportLogic } from './batchExportLogic' import { LemonCalendarSelectInput } from 'lib/lemon-ui/LemonCalendar/LemonCalendarSelect' +import { LemonBanner } from '@posthog/lemon-ui' export function BatchExportBackfillModal(): JSX.Element { const { batchExportConfig, isBackfillModalOpen, isBackfillFormSubmitting } = useValues(batchExportLogic) @@ -14,7 +15,7 @@ export function BatchExportBackfillModal(): JSX.Element { return ( + + Exporting historical data beyond 1 month is not recommended. We are actively working on increasing + this limit. + + {({ value, onChange }) => (