Skip to content

Commit

Permalink
fixed sonar err
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot committed Jan 15, 2025
1 parent 69fc808 commit 85a37d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions forms-flow-web/src/components/Modeler/ProcessTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,8 @@ const ProcessTable = React.memo(() => {
const handleSearch = () => {
setSearchLoading(true);
if (isBPMN) {
setSearchBPMN(searchBPMN);
dispatch(setBpmnSearchText(searchBPMN));
} else {
setSearchDMN(searchDMN);
dispatch(setDmnSearchText(searchDMN));
}
handlePageChange(1);
Expand Down

0 comments on commit 85a37d1

Please sign in to comment.