mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	close button + resest error
This commit is contained in:
		| @@ -19,7 +19,8 @@ | |||||||
|  |  | ||||||
|         <v-card-actions> |         <v-card-actions> | ||||||
|           <v-spacer></v-spacer> |           <v-spacer></v-spacer> | ||||||
|           <v-btn color="primary" text @click="createRecipe"> Submit </v-btn> |           <v-btn color="grey" text @click="reset"> Close </v-btn> | ||||||
|  |           <v-btn color="success" text @click="createRecipe"> Submit </v-btn> | ||||||
|         </v-card-actions> |         </v-card-actions> | ||||||
|       </v-card> |       </v-card> | ||||||
|     </v-dialog> |     </v-dialog> | ||||||
| @@ -73,10 +74,11 @@ export default { | |||||||
|     }, |     }, | ||||||
|  |  | ||||||
|     reset() { |     reset() { | ||||||
|       (this.fab = false), |       this.fab = false; | ||||||
|         (this.addRecipe = false), |       this.error = false; | ||||||
|         (this.recipeURL = ""), |       this.addRecipe = false; | ||||||
|         (this.processing = false); |       this.recipeURL = ""; | ||||||
|  |       this.processing = false; | ||||||
|     }, |     }, | ||||||
|   }, |   }, | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user