Commit 5ba43f8b authored by Mark Harding's avatar Mark Harding

(fix): pro avatar upload

No related merge requests found
Pipeline #97361119 waiting for manual action with stages
in 50 minutes and 27 seconds
......@@ -217,6 +217,7 @@ export class ProSettingsComponent implements OnInit, OnDestroy {
}
this.settings[type] = files.item(0);
this.form.markAsDirty();
this.detectChanges();
}
......
Please register or to comment