Skip to content

Commit

Permalink
client: Fix duplicate filter when save client
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Jul 3, 2024
1 parent 633ae42 commit 9d127d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/home/clientshttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ func (clients *clientsContainer) checkAddedFilters(
addedFiltersIndexs = append(addedFiltersIndexs, len(validFilters))
validFilters = append(validFilters, fj)
}
} else {
validFilters = append(validFilters, fj)
}
}
if !hasFilterChange {
Expand Down

0 comments on commit 9d127d3

Please sign in to comment.