filter to staff

This commit is contained in:
Sam Saffron 2017-02-09 18:46:12 -05:00
parent 7b0d192b57
commit be759616b9
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,8 @@
//function initializeWithApi() { //function initializeWithApi() {
//}; //};
//
export default {
name: 'extend-for-assign',
initialize() {
}
};

View File

@ -3,6 +3,7 @@
{{user-selector {{user-selector
single=true single=true
allowAny=false allowAny=false
group="staff"
excludeCurrentUser=false excludeCurrentUser=false
includeMentionableGroups=false includeMentionableGroups=false
hasGroups=false hasGroups=false