@antscorp/antsomi-ui 1.3.5-beta.325 → 1.3.5-beta.327
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,7 +40,7 @@ export const HOME_REPORT_ROUTES = {
|
|
|
40
40
|
};
|
|
41
41
|
/* MARKETING APP */
|
|
42
42
|
export const MARKETING_ROUTES = {
|
|
43
|
-
CHANNEL: '/gen2/:networkId/:user_id/marketing-hub/journeys/:channelId
|
|
43
|
+
CHANNEL: '/gen2/:networkId/:user_id/marketing-hub/journeys/:channelId',
|
|
44
44
|
};
|
|
45
45
|
export const MARKETING_CHANNEL_KEY = { ALL_CHANNEL: 0, JOURNEY_ORCHESTRATION: 8 };
|
|
46
46
|
export const RENDER_OPTION = { CHANNEL: 'destination_channel' };
|