fix ui issues and upload image for guild good
This commit is contained in:
@@ -36,6 +36,10 @@ export abstract class AbstractForm<
|
||||
return payload;
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.form.patchValue(this.initialValues ?? {});
|
||||
}
|
||||
|
||||
ngOnChanges() {
|
||||
this.form.patchValue(this.initialValues ?? {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user