Commit ba68b78d authored by Mark Harding's avatar Mark Harding

(chore): minor fixes to pro settings

1 merge request!638WIP: Refactor PRO settings
Pipeline #96010132 failed with stages
in 6 minutes and 16 seconds
......@@ -372,7 +372,6 @@
onAssetFileSelect('logo', logoField.files)
"
#logoField
formControlName="logo"
/>
<img
......@@ -415,7 +414,6 @@
)
"
#backgroundField
formControlName="background"
/>
<img
*ngIf="getPreviewAssetSrc('background')"
......
......@@ -163,7 +163,7 @@ export class ProSettingsComponent implements OnInit, AfterViewInit, OnDestroy {
ngOnDestroy() {
this.paramMap$.unsubscribe();
this.param$.unsubscribe();
this.domainValidation$.unsubscribe();
// this.domainValidation$.unsubscribe();
}
async load() {
......
Please register or to comment