Skip to content

Commit b37777e

Browse files
authored
Merge pull request #2372 from XiaoMi/hotfix/#2371
Hotfix/#2371
2 parents db88267 + b829f0b commit b37777e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/select/Select.js

+1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ const InternalSelect = (props) => {
433433
url,
434434
method,
435435
data: data,
436+
headers,
436437
cancelToken: new CancelToken((c) => {
437438
cancel = c
438439
}),

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/hiui",
3-
"version": "3.9.4",
3+
"version": "3.9.5",
44
"description": "HIUI for React",
55
"scripts": {
66
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",

0 commit comments

Comments
 (0)