chore: added placeholder to remirror (#686)
* chore: added placeholder to remirror * fix: build error
This commit is contained in:
parent
3e08186d72
commit
35e40a7bec
5 changed files with 27 additions and 27 deletions
|
|
@ -332,7 +332,7 @@ export const IssueForm: FC<IssueFormProps> = ({
|
|||
}
|
||||
onJSONChange={(jsonValue) => setValue("description", jsonValue)}
|
||||
onHTMLChange={(htmlValue) => setValue("description_html", htmlValue)}
|
||||
placeholder="Description"
|
||||
placeholder="Describe the issue..."
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue