bring plugins back

This commit is contained in:
fbruc03 2022-02-18 10:56:42 +01:00
parent c908aa5b63
commit f3f6819f05

View File

@ -68,7 +68,6 @@ const MarkdownEditor = (props) => {
label={props.label} label={props.label}
property={props.property} property={props.property}
onImageUpload={uploadImage} onImageUpload={uploadImage}
plugins={[]}
/> />
</FormControl> </FormControl>
); );