Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:culturecreates/footlight-app int…
Browse files Browse the repository at this point in the history
…o bugfix/issue-1352
  • Loading branch information
syam babu committed Sep 25, 2024
2 parents cf54b8a + e09055d commit 432362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextEditor/TextEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function TextEditor(props) {
]);

return (
<div onDrop={onDropHandler}>
<div onDrop={onDropHandler} data-cy={`editor-description-${editorLanguage}`}>
<Form.Item name={formName} initialValue={initialValue} dependencies={dependencies} rules={rules}>
<ReactQuill
ref={currentReactQuillRef}
Expand Down

0 comments on commit 432362f

Please sign in to comment.