Skip to content

Commit f87e08a

Browse files
committed
call onLoad for create
1 parent 6679bea commit f87e08a

File tree

1 file changed

+2
-0
lines changed
  • projects/fusio-sdk/src/lib/abstract

1 file changed

+2
-0
lines changed

projects/fusio-sdk/src/lib/abstract/form.ts

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export abstract class Form<T> implements OnInit {
2424
this.mode = data['mode'];
2525
if (this.mode === Mode.Create) {
2626
this.entity = this.getService().newEntity();
27+
28+
this.onLoad();
2729
}
2830
});
2931

0 commit comments

Comments
 (0)