Dynamically load mail rules / accounts settings

This commit is contained in:
Michael Shamoon
2022-11-12 15:14:58 -08:00
parent 4cb4d6adcd
commit 52d3a8703c
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() {