From 2bb54abc1a1db5433004ad7b6f5582a9b7c47e81 Mon Sep 17 00:00:00 2001 From: shuhaib s <95394061+shuhaib-aot@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:33:28 +0530 Subject: [PATCH] Formio url issue fixed on form object (#296) * fixed form related issue * Update package.json --- camunda-formio-tasklist-vue/package.json | 2 +- .../src/components/form/FormListModal.vue | 11 ++++++----- .../src/styles/camundaFormIOTasklist.scss | 8 ++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/camunda-formio-tasklist-vue/package.json b/camunda-formio-tasklist-vue/package.json index 94480aba..6bc5ab08 100644 --- a/camunda-formio-tasklist-vue/package.json +++ b/camunda-formio-tasklist-vue/package.json @@ -1,6 +1,6 @@ { "name": "camunda-formio-tasklist-vue", - "version": "1.1.6-rc", + "version": "1.1.7-rc", "description": "Vue components to integrate formsflow.ai", "private": false, "main": "./dist/camunda-formio-tasklist-vue.common.js", diff --git a/camunda-formio-tasklist-vue/src/components/form/FormListModal.vue b/camunda-formio-tasklist-vue/src/components/form/FormListModal.vue index 9c07cba1..73741f56 100644 --- a/camunda-formio-tasklist-vue/src/components/form/FormListModal.vue +++ b/camunda-formio-tasklist-vue/src/components/form/FormListModal.vue @@ -75,7 +75,7 @@
{ if(res.data){ this.formData = res.data; + this.currentFormUrl = url; }else{ this.formData = { }; @@ -426,10 +430,7 @@ export default class FormListModal extends Mixins(BaseMixin) { }