mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04:00
feat: cookbook editor on cookbook page (#3378)
* remove unnecessairy string * add edit functionality to cookbook page * restrict to own group
This commit is contained in:
@@ -122,6 +122,7 @@ export const useCookbooks = function () {
|
||||
this.refreshAll();
|
||||
}
|
||||
loading.value = false;
|
||||
return data;
|
||||
},
|
||||
|
||||
async updateOrder() {
|
||||
|
||||
Reference in New Issue
Block a user