Skip to content

Commit

Permalink
Update: Hide empty domain entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Oct 19, 2022
1 parent 91bdccd commit 52edb6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Modules/Component/View.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ prototype(Carbon.Plausible:Component.View) < prototype(Neos.Fusion:Component) {
<tbody>
<tr>
<Carbon.Plausible:Component.Domain
@if={!props.default.domain ? !props.settings.sites : true}
value={props.default.domain}
siteName={props.default.sharedLink ? 'default' : null}
/>
Expand Down

0 comments on commit 52edb6c

Please sign in to comment.