mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 10:34:27 +08:00
fix the typo
c1769b0ec503586599dcf1815ffb48de0f70e96b
This commit is contained in:
parent
c1769b0ec5
commit
f0f6b715ce
@ -139,7 +139,7 @@ const Group = RestModel.extend({
|
||||
|
||||
@computed("visibility_level")
|
||||
isPrivate(visibilityLevel) {
|
||||
return visibility_level > 1;
|
||||
return visibilityLevel > 1;
|
||||
},
|
||||
|
||||
@observes("isPrivate", "canEveryoneMention")
|
||||
|
Loading…
x
Reference in New Issue
Block a user