Skip to content

Commit

Permalink
Merge pull request #2372 from XiaoMi/hotfix/#2371
Browse files Browse the repository at this point in the history
Hotfix/#2371
  • Loading branch information
solarjoker authored Jan 11, 2023
2 parents db88267 + b829f0b commit b37777e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
"version": "3.9.4",
"version": "3.9.5",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",
Expand Down

0 comments on commit b37777e

Please sign in to comment.