From 667467396a8f06439c344decc4f1c542068e601d Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 26 Nov 2021 08:53:35 +0100 Subject: [PATCH] Set createdIndex to null, after sending the creation --- admin/src/components/CreationFormular.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index 01bc834f7..1fd4e8981 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -281,6 +281,7 @@ export default { ) this.$store.commit('openCreationsPlus', 1) this.submitObj = null + this.createdIndex = null // das creation Formular reseten this.$refs.creationForm.reset() // Den geschöpften Wert auf o setzen