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 {
1313 async modifyResourceConfig ( adminforth : IAdminForth , resourceConfig : AdminForthResource ) {
1414 super . modifyResourceConfig ( adminforth , resourceConfig ) ;
1515
16- // Add custom component injection for inline create form
1716 if ( ! resourceConfig . options . pageInjections ) {
1817 resourceConfig . options . pageInjections = { } ;
1918 }
@@ -22,7 +21,6 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
2221 resourceConfig . options . pageInjections . list = { } ;
2322 }
2423
25- // Set as array of component declarations
2624 resourceConfig . options . pageInjections . list . tableBodyStart = [ {
2725 file : this . componentPath ( 'InlineCreateForm.vue' ) ,
2826 meta : {
You can’t perform that action at this time.
0 commit comments