This commit is contained in:
the-djmaze 2022-03-21 13:00:10 +01:00
parent 443c3c199e
commit 050815dd7e
6 changed files with 11 additions and 15 deletions

View file

@ -2,6 +2,4 @@ import { koArrayWithDestroy } from 'External/ko';
export const IdentityUserStore = koArrayWithDestroy();
IdentityUserStore.getIDS = () => IdentityUserStore.map(item => (item ? item.id() : null))
.filter(value => null !== value);
IdentityUserStore.loading = ko.observable(false).extend({ debounce: 100 });