Skip to content

Commit 75dd521

Browse files
[UXP-241] remove for root option
1 parent 7bd0f47 commit 75dd521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/markdown-editor/markdown-editor.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { QuillModule } from 'ngx-quill';
99
CommonModule,
1010
FormsModule,
1111
ReactiveFormsModule,
12-
QuillModule.forRoot()
12+
QuillModule
1313
],
1414
exports: [ MarkdownEditorComponent ],
1515
declarations: [ MarkdownEditorComponent ],

0 commit comments

Comments
 (0)