snappymail/dev/Stores/User/Identity.js
2022-03-21 13:00:10 +01:00

6 lines
183 B
JavaScript

import { koArrayWithDestroy } from 'External/ko';
export const IdentityUserStore = koArrayWithDestroy();
IdentityUserStore.loading = ko.observable(false).extend({ debounce: 100 });