Skip to content

Commit

Permalink
fixed type error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Jul 22, 2024
1 parent 1f08fab commit 4b104b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function UserInputRuleLayout({ rule, onChange }: {
return (
<RuleLayoutWrapper title={rule.ruleName}>
<BooleanCheckboxesToggle
values={includeExclude}
textValues={includeExclude}
value={rule.includes}
onChange={includes => onChange({ ...rule, includes })}
/>
Expand Down

0 comments on commit 4b104b3

Please sign in to comment.