mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	refactor(frontend): 🚧 Add group/user CRUD support for admins
This commit is contained in:
		| @@ -250,7 +250,7 @@ export default defineComponent({ | ||||
|       this.$router.push(`/recipe/${response.data.slug}`); | ||||
|     }, | ||||
|     async manualCreateRecipe() { | ||||
|       await this.api.recipes.createOne(this.createRecipeData.form.name); | ||||
|       await this.api.recipes.createOne({ name: this.createRecipeData.form.name }); | ||||
|     }, | ||||
|     async createOnByUrl() { | ||||
|       this.error = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user