2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: correct display for unlocking on tl0

This commit is contained in:
Jeff Wong 2018-06-19 17:40:24 -07:00
parent 591512fcb8
commit 406c6d679a
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ export default Ember.Controller.extend(CanCheckEmails, {
showApproval: setting("must_approve_users"),
showBadges: setting("enable_badges"),
hasLockedTrustLevel: Ember.computed.notEmpty("model.manual_locked_trust_level"),
primaryGroupDirty: propertyNotEqual(
"originalPrimaryGroupId",