diff --git a/assets/js/src/newsletters/newsletters.jsx b/assets/js/src/newsletters/newsletters.jsx index 75ac82de26..a414b772ea 100644 --- a/assets/js/src/newsletters/newsletters.jsx +++ b/assets/js/src/newsletters/newsletters.jsx @@ -47,19 +47,19 @@ if (container) { let routes = [ /* Listings */ { - path: '/standard(/)**', + path: '/standard/(.*)?', component: NewsletterListStandard, }, { - path: '/welcome(/)**', + path: '/welcome/(.*)?', component: NewsletterListWelcome, }, { - path: '/notification/history/:parent_id(/)**', + path: '/notification/history/:parent_id/(.*)?', component: NewsletterListNotificationHistory, }, { - path: '/notification(/)**', + path: '/notification/(.*)?', component: NewsletterListNotification, }, /* New newsletter: types */