Skip to content

Commit c8baee0

Browse files
authored
Fix: Link to internal stats
1 parent 5c768da commit c8baee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Modules/Component/Domain.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prototype(Carbon.Plausible:Component.Domain) < prototype(Neos.Fusion:Component)
77
domainValue = ${this.value || this.fallback}
88
hasDomainValue = ${this.domainValue && Type.isString(this.domainValue)}
99
disableTrackingLink = ${this.hasDomainValue ? '//' + this.domainValue + '/~/disable-tracking' : null}
10-
embedUrl = ${props.siteName ? '/neos/management/plausible/stats' + (props.siteName == 'default' ? '' : '?' + props.siteName) : null}
10+
embedUrl = ${this.siteName ? '/neos/management/plausible/stats' + (this.siteName == 'default' ? '' : '?' + this.siteName) : null}
1111

1212
renderer = afx`
1313
<td>

0 commit comments

Comments
 (0)