Skip to content

Commit

Permalink
multiple attribute addition bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj6939 committed Nov 21, 2022
1 parent 5f50f7d commit 38643d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 38643d8

Please sign in to comment.