mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
OpenPGP.js now stores keys in localStorage
Renamed all deleteAccess to askDelete
This commit is contained in:
parent
9ab72e7a34
commit
0da681f074
21 changed files with 57 additions and 51 deletions
|
|
@ -14,7 +14,7 @@ DomainAdminStore.fetch = () => {
|
|||
DomainAdminStore(
|
||||
data.Result.map(item => {
|
||||
item.disabled = ko.observable(item.disabled);
|
||||
item.deleteAccess = ko.observable(false);
|
||||
item.askDelete = ko.observable(false);
|
||||
return item;
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue