We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c41d88 commit aa88bf6Copy full SHA for aa88bf6
1 file changed
index.ts
@@ -13,7 +13,6 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
13
async modifyResourceConfig(adminforth: IAdminForth, resourceConfig: AdminForthResource) {
14
super.modifyResourceConfig(adminforth, resourceConfig);
15
16
- // Add custom component injection for inline create form
17
if (!resourceConfig.options.pageInjections) {
18
resourceConfig.options.pageInjections = {};
19
}
@@ -22,7 +21,6 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
22
21
resourceConfig.options.pageInjections.list = {};
23
24
25
- // Set as array of component declarations
26
resourceConfig.options.pageInjections.list.tableBodyStart = [{
27
file: this.componentPath('InlineCreateForm.vue'),
28
meta: {
0 commit comments