Skip to content

Commit

Permalink
fix: fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 7, 2024
1 parent 778f453 commit 7ad9c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
type IRootCondition,
} from "../../../schema/fields/condition"

export const viewFilterOption = z.undefined()
export const viewFilterOption = z.any()

export type IViewFilterOptionSchema = typeof viewFilterOption

Expand Down

0 comments on commit 7ad9c54

Please sign in to comment.