mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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('');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user