0
Fork 0
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:
Rishabh 2022-03-09 13:20:15 +05:30 committed by Rishabh Garg
parent 987ec3f742
commit 052a716d5d

View file

@ -12,9 +12,3 @@
>
<span data-test-visibility-segment-option={{option.name}}>{{option.name}}</span>
</GhTokenInput>
<GhMembersSegmentCount
@segment={{@segment}}
@enforcedFilter={{@enforcedCountFilter}}
@onSegmentCountChange={{@onSegmentCountChange}}
/>