Skip to content

Commit

Permalink
Update hit count when removing filter on process list page
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Nov 19, 2024
1 parent 79d8f87 commit e1c6fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
icon="fa fa-times"
action="#{ProcessForm.filterMenu.removeFilter(parsedFilter)}"
oncomplete="setFilterInputPadding()"
update="processesTabView:processesForm:processesTable parsedFilters"/>
update="processesTabView:processesForm:processesTable parsedFilters processCount"/>
</p:dataList>
</h:form>
<h:form id="filterOptionsForm">
Expand Down

0 comments on commit e1c6fe9

Please sign in to comment.