mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:42:55 +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…
Reference in New Issue
Block a user