feat: add bulk actions service and routes (WIP) (#747)

* feat(frontend):  Group level recipe data management

* feat(backend):  add bulk actions service and routes

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden 2021-10-18 19:41:41 -08:00 committed by GitHub
commit 4e70c96f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 703 additions and 12 deletions

View file

@ -118,5 +118,5 @@ export const useRecipes = (all = false, fetchRecipes = true) => {
getAllRecipes();
}
return { getAllRecipes, assignSorted };
return { getAllRecipes, assignSorted, refreshRecipes };
};