mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Nit: use camelCase
This commit is contained in:
parent
ac292999ef
commit
8311313e6e
@ -49,7 +49,7 @@ const CONSUMPTION_SCOPE_OPTIONS = [
|
||||
name: $localize`Only process attachments`,
|
||||
},
|
||||
{
|
||||
id: MailRuleConsumptionScope.Email_Only,
|
||||
id: MailRuleConsumptionScope.EmailOnly,
|
||||
name: $localize`Process message as .eml`,
|
||||
},
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ export enum MailFilterAttachmentType {
|
||||
|
||||
export enum MailRuleConsumptionScope {
|
||||
Attachments = 1,
|
||||
Email_Only = 2,
|
||||
EmailOnly = 2,
|
||||
Everything = 3,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user