Skip to content

Commit e439d97

Browse files
committed
MOBILE-4842 rte: Remove invalid paramter passed to editor implementation
Fixes the folloing console error: NG0303: Can't set value of the 'name' input on the 'CoreEditorClassicEditorComponent' component. Make sure that the 'name' property is declared as an input using the input() or model() function or the @input() decorator.
1 parent d7e2cd9 commit e439d97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/features/editor/components/rich-text-editor/rich-text-editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export class CoreEditorRichTextEditorComponent implements AfterViewInit, OnDestr
145145
async ngOnInit(): Promise<void> {
146146
this.editorComponentClass = await CoreEditorService.getEditorComponentClass();
147147
this.editorComponentData = {
148-
name: this.name,
149148
placeholder: this.placeholder,
150149
component: this.component,
151150
componentId: this.componentId,

0 commit comments

Comments
 (0)