Skip to content

Commit

Permalink
Merge pull request #1571 from ProcessMaker/feature/FOUR-14781
Browse files Browse the repository at this point in the history
feature/Four-14781
  • Loading branch information
ryancooley authored Apr 17, 2024
2 parents 85dab46 + b59039e commit b32f9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/renderer/form-list-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ export default {
},
clearSearch(listType) {
this.searchCriteria = "";
this.toggleInput(listType);
this.performSearch(listType);
this.showInput = !this.showInput;
},
/**
* Set the badge's color of the filter selected
Expand Down

0 comments on commit b32f9fe

Please sign in to comment.