mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Removed member count from tier visibility segment
The segment select UI for restricting post access to specific tier also showed a member count for selected tiers, which was not needed as that count is dynamic and not relevant for setting access level.
This commit is contained in:
parent
987ec3f742
commit
052a716d5d
1 changed files with 0 additions and 6 deletions
|
@ -12,9 +12,3 @@
|
|||
>
|
||||
<span data-test-visibility-segment-option={{option.name}}>{{option.name}}</span>
|
||||
</GhTokenInput>
|
||||
|
||||
<GhMembersSegmentCount
|
||||
@segment={{@segment}}
|
||||
@enforcedFilter={{@enforcedCountFilter}}
|
||||
@onSegmentCountChange={{@onSegmentCountChange}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue