fix ui issues and upload image for guild good

This commit is contained in:
2026-04-18 12:14:39 +03:30
parent ac23d47b79
commit e027b89173
32 changed files with 353 additions and 177 deletions
@@ -36,6 +36,10 @@ export abstract class AbstractForm<
return payload;
}
ngOnInit() {
this.form.patchValue(this.initialValues ?? {});
}
ngOnChanges() {
this.form.patchValue(this.initialValues ?? {});
}