Skip to content
Snippets Groups Projects
Commit 191efd31 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removing delete button for newly created clone

parent f9ba95fe
No related branches found
No related tags found
No related merge requests found
...@@ -758,6 +758,7 @@ ...@@ -758,6 +758,7 @@
this.observation.observationData = ""; this.observation.observationData = "";
// Change header to Header + "KOPI" // Change header to Header + "KOPI"
this.observation.observationHeading = this.observation.observationHeading + " " + this.$i18n.t("copy").toUpperCase() + " " + maxDate; this.observation.observationHeading = this.observation.observationHeading + " " + this.$i18n.t("copy").toUpperCase() + " " + maxDate;
this.isDeleteBttnVisible = false;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment