From 326d9ed16bde543f1a83e36aea8a77f7b9f1be69 Mon Sep 17 00:00:00 2001 From: iozeey Date: Thu, 7 Dec 2023 19:59:19 +0500 Subject: [PATCH] fix edit error --- app/javascript/template_builder/builder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue index 04655208..1024fc6f 100644 --- a/app/javascript/template_builder/builder.vue +++ b/app/javascript/template_builder/builder.vue @@ -442,7 +442,7 @@ export default { const existingValues = this.template.values || {} const updatedValues = { ...existingValues, ...values } this.template.values = updatedValues - this.save() + // this.save() }, startFieldDraw (type) { const field = {