We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ff8cc commit 2f65c29Copy full SHA for 2f65c29
1 file changed
Document-Processing/Word/Word-Processor/react/track-changes.md
@@ -200,10 +200,10 @@ import * as ReactDOM from 'react-dom';
200
import * as React from 'react';
201
import {
202
DocumentEditorContainerComponent,
203
- Ribbon,
+ Toolbar,
204
} from '@syncfusion/ej2-react-documenteditor';
205
206
-DocumentEditorContainerComponent.Inject(Ribbon);
+DocumentEditorContainerComponent.Inject(Toolbar);
207
function App() {
208
let container;
209
let settings = { revisionSettings: { customData: 'Developer’, showCustomDataWithAuthor: true} };
0 commit comments