Skip to content

Commit

Permalink
fix(filter-picker): 过滤选择器,选择过滤条件的时候,点击取消,触发submit事件 (#1767)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny <danny@DannydeMacBook-Pro.local>
  • Loading branch information
Danny548326 and Danny committed Jan 4, 2022
1 parent 23eda81 commit d6f1b49
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ function FilterAttrOverlay(props: FilterAttrOverlayProps) {
};

const cancel = () => {
onSubmit({
op: '=',
values: [],
});
onCancel();
};

Expand Down

1 comment on commit d6f1b49

@vercel
Copy link

@vercel vercel bot commented on d6f1b49 Jan 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.