mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-04 10:25:17 +02:00
fix adding bookmark categories
This commit is contained in:
parent
5fde088001
commit
05f5e43905
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ const BookmarkForm = (props: ComponentProps): JSX.Element => {
|
||||||
<label htmlFor="categoryName">Category Name</label>
|
<label htmlFor="categoryName">Category Name</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
name="categoryName"
|
name="name"
|
||||||
id="categoryName"
|
id="categoryName"
|
||||||
placeholder="Social Media"
|
placeholder="Social Media"
|
||||||
required
|
required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue