mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-14 18:57:44 -07: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:
parent
8fb43246b2
commit
6449591143
3 changed files with 67 additions and 6 deletions
|
@ -122,6 +122,7 @@ export const useCookbooks = function () {
|
|||
this.refreshAll();
|
||||
}
|
||||
loading.value = false;
|
||||
return data;
|
||||
},
|
||||
|
||||
async updateOrder() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue