mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
close button + resest error
This commit is contained in:
parent
9612a6b24d
commit
0fe26128ff
@ -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;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user