We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6679bea commit f87e08aCopy full SHA for f87e08a
projects/fusio-sdk/src/lib/abstract/form.ts
@@ -24,6 +24,8 @@ export abstract class Form<T> implements OnInit {
24
this.mode = data['mode'];
25
if (this.mode === Mode.Create) {
26
this.entity = this.getService().newEntity();
27
+
28
+ this.onLoad();
29
}
30
});
31
0 commit comments