diff --git a/front/src/components/pages/dev/BooksPage.jsx b/front/src/components/pages/dev/BooksPage.jsx index cc08538..aa02e0a 100644 --- a/front/src/components/pages/dev/BooksPage.jsx +++ b/front/src/components/pages/dev/BooksPage.jsx @@ -106,6 +106,7 @@ export default function BooksPage(props) { loadBooks() ); } + setGenresId([]); } function handleAdd() {