Skip to content

Commit

Permalink
fix(select): #2371
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Jan 11, 2023
1 parent db88267 commit 703a883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ const InternalSelect = (props) => {
url,
method,
data: data,
headers,
cancelToken: new CancelToken((c) => {
cancel = c
}),
Expand Down

0 comments on commit 703a883

Please sign in to comment.