mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Component methods arent really private
This commit is contained in:
parent
964f67c36c
commit
96ce67c443
@ -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