mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
Move user-admin subsciption to header
This commit is contained in:
parent
b3eab212ae
commit
3dc326db6a
3 changed files with 2 additions and 7 deletions
|
|
@ -5,7 +5,6 @@ BlazeComponent.extendComponent({
|
|||
// Here is the only place that boards data needed, all boards data will stop sync when leaving this template.
|
||||
Meteor.subscribe('boards');
|
||||
Meteor.subscribe('setting');
|
||||
Meteor.subscribe('user-admin');
|
||||
},
|
||||
|
||||
boards() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue