mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix double forward slash link in campaign admin
This commit is contained in:
parent
5b31a40593
commit
84c0df3db0
@ -133,9 +133,10 @@ class CampaignAdminList extends SilverStripeComponent {
|
||||
|
||||
// Set body
|
||||
const pagesLink = [
|
||||
this.props.config.baseUrl,
|
||||
this.props.config.absoluteBaseUrl,
|
||||
this.props.config.sections['SilverStripe\\CMS\\Controllers\\CMSPagesController'].url,
|
||||
].join('/');
|
||||
].join('');
|
||||
|
||||
const body = accordionBlocks.length
|
||||
? (<Accordion>{accordionBlocks}</Accordion>)
|
||||
: (
|
||||
|
Loading…
Reference in New Issue
Block a user