mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Component methods arent really private
This commit is contained in:
parent
0085c8351e
commit
a591614a39
@ -181,7 +181,7 @@ export class SettingsComponent implements OnInit, OnDestroy, DirtyComponent {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private clearThemeColor() {
|
clearThemeColor() {
|
||||||
this.settingsForm.get('themeColor').patchValue('');
|
this.settingsForm.get('themeColor').patchValue('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user