Skip to content

Commit

Permalink
feat: Update processBranch filter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoBingyu committed Dec 19, 2023
1 parent ee72fd3 commit 12f648a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ function FilterRule({ mutators, value }: ISchemaFieldComponentProps): JSX.Elemen
ref={formulaRef}
customRules={[...variablesRules, ...tableSchemaRules]}
defaultValue={value}
// onChange={handleChange}
onChange={mutators.change}
onChange={handleChange}
// onChange={mutators.change}
/>
</>
);
Expand Down

0 comments on commit 12f648a

Please sign in to comment.