mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #306
This commit is contained in:
parent
d3a3007bef
commit
485acf42d0
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ export class AdminSettingsDomains /*extends AbstractViewSettings*/ {
|
|||
|
||||
deleteDomain(domain) {
|
||||
DomainAdminStore.remove(domain);
|
||||
Remote.domainDelete(DomainAdminStore.fetch, domain.name);
|
||||
Remote.request('AdminDomainDelete', DomainAdminStore.fetch, {
|
||||
Name: domain.name
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue