Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Feb 4, 2025
1 parent e9b5c2c commit 9f111ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filter/src/hooks/use-filter-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const useFilterSelect = (rule: SingleFilter) => {
tryRetainArgs &&
newFilterSchema &&
// For generic filter, the new filter schema is not the same as the current filter schema
// even if the filter name is the same, eg. Equels string -> Equels number
// even if the filter name is the same, eg. Equals string -> Equals number
// needRetainFilter &&
canRetainArgs(newFilterSchema);

Expand Down

0 comments on commit 9f111ac

Please sign in to comment.