mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: errors due to confusion between trustLevel and trust_level (#8149)
This commit is contained in:
@@ -369,8 +369,9 @@
|
||||
<div class="value">
|
||||
{{combo-box
|
||||
content=site.trustLevels
|
||||
value=model.trustLevel.id
|
||||
nameProperty="detailedName"}}
|
||||
value=model.trust_level
|
||||
nameProperty="detailedName"
|
||||
}}
|
||||
|
||||
{{#if model.dirty}}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user