Component methods arent really private

This commit is contained in:
Michael Shamoon 2022-03-09 15:43:06 -08:00
parent 0085c8351e
commit a591614a39

View File

@ -181,7 +181,7 @@ export class SettingsComponent implements OnInit, OnDestroy, DirtyComponent {
}
private clearThemeColor() {
clearThemeColor() {
this.settingsForm.get('themeColor').patchValue('');
}
}