UI changes, attachment page redesign
This commit is contained in:
@@ -3,9 +3,9 @@ import type { CampaignWorkspaceSection } from "../types";
|
||||
const campaignItems: { id: CampaignWorkspaceSection; label: string }[] = [
|
||||
{ id: "campaign", label: "General" },
|
||||
{ id: "fields", label: "Fields" },
|
||||
{ id: "files", label: "Attachments" },
|
||||
{ id: "recipients", label: "Recipients" },
|
||||
{ id: "template", label: "Template" },
|
||||
{ id: "files", label: "Attachments" }
|
||||
];
|
||||
|
||||
const sendItems: { id: CampaignWorkspaceSection; label: string }[] = [
|
||||
@@ -14,7 +14,7 @@ const sendItems: { id: CampaignWorkspaceSection; label: string }[] = [
|
||||
{ id: "review", label: "Review" },
|
||||
{ id: "send", label: "Send" },
|
||||
{ id: "report", label: "Report" },
|
||||
{ id: "audit", label: "Audit log" }
|
||||
{ id: "audit", label: "Audit log" },
|
||||
];
|
||||
|
||||
export default function SectionSidebar({
|
||||
|
||||
Reference in New Issue
Block a user