Bugfix: sort accounts drag & drop

This commit is contained in:
the-djmaze 2024-03-18 20:30:04 +01:00
parent 165ac87685
commit abaf5a96fa
3 changed files with 8 additions and 10 deletions

View file

@ -2,8 +2,6 @@ import { addObservablesTo, koArrayWithDestroy } from 'External/ko';
export const AccountUserStore = koArrayWithDestroy();
AccountUserStore.getEmailAddresses = () => AccountUserStore.map(item => item.email);
addObservablesTo(AccountUserStore, {
email: '',
loading: false