dashfolders: fix user group picker + cleanup

This commit is contained in:
Daniel Lee
2017-06-23 20:56:02 +02:00
parent 456225365f
commit 01ac3a49bd
7 changed files with 51 additions and 42 deletions
+1
View File
@@ -55,6 +55,7 @@ type SearchUserGroupsQuery struct {
Name string
Limit int
Page int
OrgId int64
Result SearchUserGroupQueryResult
}