mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 09:21:40 +08:00
FIX: Load order of applyFlaggedProperties
This commit is contained in:
parent
7a6aab24f1
commit
5754bb3654
@ -2,6 +2,6 @@ import { applyFlaggedProperties } from 'discourse/controllers/header';
|
||||
|
||||
export default {
|
||||
name: 'apply-flagged-properties',
|
||||
after: 'map-routes',
|
||||
after: 'register-discourse-location',
|
||||
initialize: applyFlaggedProperties
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user