Skip to content

Commit

Permalink
Merge pull request #5680 from ProcessMaker/bugfix/FOUR-12502
Browse files Browse the repository at this point in the history
QA Observation: Bugfix/FOUR-12502 The fields are not cleared after closing the modal
  • Loading branch information
pmPaulis committed Nov 22, 2023
2 parents 49dd175 + eeb77e2 commit 4fa1c34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
no-close-on-backdrop
:ok-disabled="disabled"
:title="modalSetUp"
@hidden="onClose"
>
<b-row>
<b-col cols="4">
Expand Down Expand Up @@ -369,6 +370,7 @@ export default {
this.retry_attempts = 0;
this.retry_wait_time = 5;
this.addError = {};
this.getAdminUser();
this.close();
},
close() {
Expand Down

0 comments on commit 4fa1c34

Please sign in to comment.