From 191efd31f5f4c2e38841f340bc89c10c0f9566c7 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 27 May 2022 13:57:49 +0200
Subject: [PATCH] Removing delete button for newly created clone

---
 src/components/Observation.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Observation.vue b/src/components/Observation.vue
index e5700b8..5bc6d3e 100644
--- a/src/components/Observation.vue
+++ b/src/components/Observation.vue
@@ -758,6 +758,7 @@
 					this.observation.observationData = "";
 					// Change header to Header + "KOPI"
 					this.observation.observationHeading = this.observation.observationHeading + " " + this.$i18n.t("copy").toUpperCase() + " " + maxDate; 
+					this.isDeleteBttnVisible = false;
 				}
 
 			}
-- 
GitLab