File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
13
13
async modifyResourceConfig ( adminforth : IAdminForth , resourceConfig : AdminForthResource ) {
14
14
super . modifyResourceConfig ( adminforth , resourceConfig ) ;
15
15
16
- // Add custom component injection for inline create form
17
16
if ( ! resourceConfig . options . pageInjections ) {
18
17
resourceConfig . options . pageInjections = { } ;
19
18
}
@@ -22,7 +21,6 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
22
21
resourceConfig . options . pageInjections . list = { } ;
23
22
}
24
23
25
- // Set as array of component declarations
26
24
resourceConfig . options . pageInjections . list . tableBodyStart = [ {
27
25
file : this . componentPath ( 'InlineCreateForm.vue' ) ,
28
26
meta : {
You can’t perform that action at this time.
0 commit comments