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

(fix): pro avatar upload

parent 1e4b57d6
No related merge requests found
Pipeline #97361119 running with stages
......@@ -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