outaozhen пре 4 година
родитељ
комит
d5464dd18b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pages/Hr/Notification/components/RighEditor.jsx

+ 1 - 1
src/pages/Hr/Notification/components/RighEditor.jsx

@@ -16,7 +16,7 @@ const RighEditor = ({ value, onChange }) => {
     //   renderHTML={text => mdParser.render(text)}
     //   onChange={handleEditorChange}
     // />
-    <SimpleMDE value={cValue} onChange={handleEditorChange} style={{ height: '350px' }} />
+    <SimpleMDE value={cValue} onChange={handleEditorChange} />
   )
 }