We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ccf24 commit 4d43a1eCopy full SHA for 4d43a1e
index.ts
@@ -300,8 +300,8 @@ export default class RichEditorPlugin extends AdminForthPlugin {
300
currentVal = currentVal.slice(-promptLimit);
301
}
302
303
+ const fieldLabel = this.resourceConfig?.columns.find(c => c.name === this.options.htmlFieldName)?.label || this.options.htmlFieldName;
304
const resLabel = this.resourceConfig!.label;
- const fieldLabel = this.options?.htmlFieldName;
305
306
let content;
307
0 commit comments