fix(dashboard): Fixes to campaign and promotions domains (#9022)
This commit is contained in:
committed by
GitHub
parent
c27aa46939
commit
e5b90b2d97
@@ -355,6 +355,11 @@ export const RouteMap: RouteObject[] = [
|
||||
path: "edit",
|
||||
lazy: () => import("../../routes/campaigns/campaign-edit"),
|
||||
},
|
||||
{
|
||||
path: "configuration",
|
||||
lazy: () =>
|
||||
import("../../routes/campaigns/campaign-configuration"),
|
||||
},
|
||||
{
|
||||
path: "edit-budget",
|
||||
lazy: () =>
|
||||
|
||||
Reference in New Issue
Block a user