Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Upload): 修复有自定义上传逻辑时,action 属性校验必填的报错 #693

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

1zumii
Copy link
Collaborator

@1zumii 1zumii commented Mar 21, 2024

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

@1zumii 1zumii requested a review from ocean-gao March 21, 2024 10:02
@ocean-gao ocean-gao changed the title fix(Upload): 优化上传时 action 属性的校验逻辑 fix(Upload): 修复有自定义上传逻辑时 action 属性校验必填的报错 Mar 21, 2024
@ocean-gao ocean-gao changed the title fix(Upload): 修复有自定义上传逻辑时 action 属性校验必填的报错 fix(Upload): 修复有自定义上传逻辑时,action 属性校验必填的报错 Mar 21, 2024
@ocean-gao ocean-gao merged commit f2c834d into main Mar 21, 2024
2 checks passed
@1zumii 1zumii deleted the fix-upload-582 branch March 21, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload上传组件,action目前是必填的,支持非必填,所有的上传逻辑由 httpRequest 处理
2 participants