mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-02 17:35: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>
|
||||
<input
|
||||
type="text"
|
||||
name="categoryName"
|
||||
name="name"
|
||||
id="categoryName"
|
||||
placeholder="Social Media"
|
||||
required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue