1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-27 14:59:37 +02:00

Pushed version 2.1.0

This commit is contained in:
Paweł Malak 2021-11-26 14:40:52 +01:00
parent d5610ad6be
commit fcf2b87d1c
4 changed files with 7 additions and 6 deletions

View file

@ -139,8 +139,7 @@ export const BookmarksForm = ({
modalHandler();
}
setFormData(newBookmarkTemplate);
setFormData({ ...newBookmarkTemplate, categoryId: formData.categoryId });
setCustomIcon(null);
};