From 38643d888d93fdc5c36d2dbf95b8b848c21a2bcb Mon Sep 17 00:00:00 2001 From: raj6939 Date: Mon, 21 Nov 2022 10:36:46 +0530 Subject: [PATCH] multiple attribute addition bug fixed --- .../components/CustomApiEventActionConfig.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue b/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue index 35a29f77..da0bb76c 100644 --- a/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue +++ b/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue @@ -1114,6 +1114,8 @@ export default { this.clearSelected() this.clearBodyParamAttributeData() this.clearQuerryAttributeData() + this.queryParameterAttributeArray = [] + this.bodyParameterAttributeArray = [] this.isCreate = false; // Code to update an Action this.flash = idx;