mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +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) {
|
deleteDomain(domain) {
|
||||||
DomainAdminStore.remove(domain);
|
DomainAdminStore.remove(domain);
|
||||||
Remote.domainDelete(DomainAdminStore.fetch, domain.name);
|
|
||||||
Remote.request('AdminDomainDelete', DomainAdminStore.fetch, {
|
Remote.request('AdminDomainDelete', DomainAdminStore.fetch, {
|
||||||
Name: domain.name
|
Name: domain.name
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue