From ada4b993d66ddf7f3deb2262a44de340d9f0cd17 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 2 Nov 2021 11:04:43 +0100 Subject: [PATCH] fix(ui): prevent double inerstion on clone --- app/views/console/database/document.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index 0f07c710c5..05f1d92d46 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -97,7 +97,7 @@ $logs = $this->getParam('logs', null);
-
+
@@ -109,6 +109,8 @@ $logs = $this->getParam('logs', null);
+
+