mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Bugfix: sort accounts drag & drop
This commit is contained in:
parent
165ac87685
commit
abaf5a96fa
3 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue