mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Remove Discourse.SiteSettimgs from @setting decorator
This commit is contained in:
@@ -162,6 +162,6 @@ export function endWith() {
|
||||
**/
|
||||
export function setting(name) {
|
||||
return computed(function() {
|
||||
return Discourse.SiteSettings[name];
|
||||
return this.siteSettings[name];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user