Dynamically load mail rules / accounts settings

This commit is contained in:
Michael Shamoon
2022-11-12 15:14:58 -08:00
parent 9c2dbb3e00
commit 8dcc066070
4 changed files with 106 additions and 90 deletions

View File

@@ -13,7 +13,6 @@ export class MailAccountService extends AbstractPaperlessService<PaperlessMailAc
constructor(http: HttpClient) {
super(http, 'mail_accounts')
this.reload()
}
private reload() {

View File

@@ -13,7 +13,6 @@ export class MailRuleService extends AbstractPaperlessService<PaperlessMailRule>
constructor(http: HttpClient) {
super(http, 'mail_rules')
this.reload()
}
private reload() {