mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
(fix) Filtering components lists
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
function filter(filterpopup) {
|
||||
Component.$filter(vm.componentType, options);
|
||||
Component.$filter(vm.componentType, { filterpopup: filterpopup });
|
||||
}
|
||||
|
||||
function filteredBy(filterpopup) {
|
||||
|
||||
Reference in New Issue
Block a user