Review/Send refinement
This commit is contained in:
@@ -16,12 +16,22 @@ const campaignSubnav: ModuleSubnavGroup<CampaignWorkspaceSection>[] = [
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "SEND CAMPAIGN",
|
||||
title: "SETTINGS",
|
||||
items: [
|
||||
{ id: "mail-settings", label: "Server settings" },
|
||||
{ id: "global-settings", label: "Global settings" },
|
||||
{ id: "global-settings", label: "Policies" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "SEND",
|
||||
items: [
|
||||
{ id: "review", label: "Workflow preview" },
|
||||
{ id: "send", label: "Review & Send" },
|
||||
{ id: "send", label: "Review & Send" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "REPORT",
|
||||
items: [
|
||||
{ id: "report", label: "Report" },
|
||||
{ id: "audit", label: "Audit log" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user