mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 14:26:21 +08:00
FIX: Allow max_redemptions_limit to be 1 (#11771)
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
<label class="instructions">
|
<label class="instructions">
|
||||||
{{i18n "user.invited.invite_link.max_redemptions_allowed_label"}}
|
{{i18n "user.invited.invite_link.max_redemptions_allowed_label"}}
|
||||||
</label>
|
</label>
|
||||||
{{input type="number" value=maxRedemptionAllowed class="max-redemptions-allowed-input" min="2" max=siteSettings.invite_link_max_redemptions_limit}}
|
{{input type="number" value=maxRedemptionAllowed class="max-redemptions-allowed-input" min="1" max=siteSettings.invite_link_max_redemptions_limit}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="invite-link-expires-at">
|
<div class="invite-link-expires-at">
|
||||||
|
Reference in New Issue
Block a user