We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f757fee commit b33bd8bCopy full SHA for b33bd8b
1 file changed
index.ts
@@ -39,7 +39,6 @@ export default class MarkdownPlugin extends AdminForthPlugin {
39
if (!column) {
40
throw new Error(`Column ${fieldName} not found in resource ${resourceConfig.label}`);
41
}
42
-
43
if (!column.components) {
44
column.components = {};
45
0 commit comments