mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05:00
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:
@@ -118,5 +118,5 @@ export const useRecipes = (all = false, fetchRecipes = true) => {
|
||||
getAllRecipes();
|
||||
}
|
||||
|
||||
return { getAllRecipes, assignSorted };
|
||||
return { getAllRecipes, assignSorted, refreshRecipes };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user