Skip to content

Commit

Permalink
feature/FOUR-14781
Browse files Browse the repository at this point in the history
  • Loading branch information
luNunezProcessmaker committed Apr 15, 2024
1 parent 7e0390b commit b59039e
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 b59039e

Please sign in to comment.