-
Notifications
You must be signed in to change notification settings - Fork 482
feat: api client requests support configuring the mute parameter to hide exception toast #744
feat: api client requests support configuring the mute parameter to hide exception toast #744
Conversation
…ide exception toast
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修复。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JohnNiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/cherrypick release-2.0 |
@ruibaby: new pull request created: #752 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…ide exception toast (halo-dev/console#744) #### What type of PR is this? /kind improvement /milestone 2.0.1 #### What this PR does / why we need it: 使用 api-client 进行网络请求时,支持添加 `mute` 参数以隐藏异常提示。 #### Which issue(s) this PR fixes: Fixes halo-dev#2836 #### Special notes for your reviewer: None #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind improvement
/milestone 2.0.1
What this PR does / why we need it:
使用 api-client 进行网络请求时,支持添加
mute
参数以隐藏异常提示。Which issue(s) this PR fixes:
Fixes halo-dev/halo#2836
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?