1
0
Fork 0
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:
François Darveau 2021-12-06 19:28:26 -05:00
parent 5fde088001
commit 05f5e43905

View file

@ -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