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:
Kuchenpirat 2024-03-26 14:02:20 +01:00 committed by GitHub
commit 6449591143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 67 additions and 6 deletions

View file

@ -122,6 +122,7 @@ export const useCookbooks = function () {
this.refreshAll();
}
loading.value = false;
return data;
},
async updateOrder() {