Skip to content

Commit

Permalink
fix: no value bug for boolean constraint type (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Nov 14, 2023
1 parent f6912e1 commit b88b9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/types/Constraint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export const ConstraintDateTimeOperators: Record<string, string> = {
};

export const NoValueOperators: string[] = [
'true',
'false',
'empty',
'notempty',
'present',
Expand Down

0 comments on commit b88b9ad

Please sign in to comment.