Skip to content

Commit aa88bf6

Browse files
committed
fix: remove comments
1 parent 7c41d88 commit aa88bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)