mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Component methods arent really private
This commit is contained in:
parent
0085c8351e
commit
a591614a39
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export class SettingsComponent implements OnInit, OnDestroy, DirtyComponent {
|
|||
|
||||
}
|
||||
|
||||
private clearThemeColor() {
|
||||
clearThemeColor() {
|
||||
this.settingsForm.get('themeColor').patchValue('');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue