diff --git a/src/app/[orgId]/settings/logs/streaming/page.tsx b/src/app/[orgId]/settings/logs/streaming/page.tsx index 265001e8e..c732274b4 100644 --- a/src/app/[orgId]/settings/logs/streaming/page.tsx +++ b/src/app/[orgId]/settings/logs/streaming/page.tsx @@ -7,6 +7,7 @@ import { useEnvContext } from "@app/hooks/useEnvContext"; import { toast } from "@app/hooks/useToast"; import { usePaidStatus } from "@app/hooks/usePaidStatus"; import { PaidFeaturesAlert } from "@app/components/PaidFeaturesAlert"; +import ConfirmDeleteDialog from "@app/components/ConfirmDeleteDialog"; import { tierMatrix, TierFeature } from "@server/lib/billing/tierMatrix"; import SettingsSectionTitle from "@app/components/SettingsSectionTitle"; import { @@ -23,15 +24,10 @@ import { Button } from "@app/components/ui/button"; import { Input } from "@app/components/ui/input"; import { Label } from "@app/components/ui/label"; import { Switch } from "@app/components/ui/switch"; -import { - Tabs, - TabsContent, - TabsList, - TabsTrigger -} from "@app/components/ui/tabs"; +import { HorizontalTabs } from "@app/components/HorizontalTabs"; import { RadioGroup, RadioGroupItem } from "@app/components/ui/radio-group"; import { Textarea } from "@app/components/ui/textarea"; -import { Globe, Plus, Pencil, Trash2, X } from "lucide-react"; +import { Globe, Plus, Trash2, X } from "lucide-react"; import { AxiosResponse } from "axios"; import { build } from "@server/build"; @@ -217,15 +213,14 @@ function DestinationCard({
{/* Footer: edit button */} -Custom HTTP Headers @@ -621,10 +616,10 @@ function DestinationModal({ onChange={(headers) => update({ headers })} />
Custom Body Template @@ -676,8 +671,8 @@ function DestinationModal({