mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 15:35:29 +02:00
Remove 'as' props
This commit is contained in:
parent
c38ac91acd
commit
3989901858
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
import React, { useCallback, useImperativeHandle, useState, useMemo } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import TextareaAutosize from 'react-textarea-autosize';
|
||||
import { Button, Form } from 'semantic-ui-react';
|
||||
import SimpleMDE from 'react-simplemde-editor';
|
||||
|
||||
|
@ -77,7 +76,6 @@ const DescriptionEdit = React.forwardRef(({ children, defaultValue, onUpdate },
|
|||
return (
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<SimpleMDE
|
||||
as={TextareaAutosize}
|
||||
value={value}
|
||||
placeholder={t('common.enterDescription')}
|
||||
className={styles.field}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue