File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import { getUserRole } from '@/lib/workspaces/organization/utils'
3333import { RowActionsMenu } from '@/app/workspace/[workspaceId]/settings/components/row-actions-menu'
3434import { SettingsEmptyState } from '@/app/workspace/[workspaceId]/settings/components/settings-empty-state'
3535import { SettingsPanel } from '@/app/workspace/[workspaceId]/settings/components/settings-panel'
36- import { InfoNote } from '@/ee/components/info-note'
3736import { DESTINATION_FORM_REGISTRY } from '@/ee/data-drains/destinations/registry'
3837import {
3938 useCreateDataDrain ,
@@ -142,11 +141,6 @@ export function DataDrainsSettings() {
142141 } }
143142 >
144143 < div className = 'flex flex-col gap-4.5' >
145- < InfoNote >
146- Drains continuously export Sim data to your own storage on a schedule. Combine with Data
147- Retention to satisfy long-term compliance archives.
148- </ InfoNote >
149-
150144 < div >
151145 { drainsError ? (
152146 < div className = 'flex h-full flex-col items-center justify-center gap-2' >
You can’t perform that action at this time.
0 commit comments