-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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#9923] The alarm instance management interface is always in the loading state #9924
Conversation
@SnowMoon-Dev When a request error has been caught and logged, this operation is useless |
Codecov Report
@@ Coverage Diff @@
## dev #9924 +/- ##
============================================
+ Coverage 40.31% 40.95% +0.64%
- Complexity 4532 4734 +202
============================================
Files 835 854 +19
Lines 33750 34565 +815
Branches 3727 3819 +92
============================================
+ Hits 13606 14156 +550
- Misses 18857 19056 +199
- Partials 1287 1353 +66
Continue to review full report at Codecov.
|
@songjianet make sure this issue also close #10207 |
Hi @SnowMoon-Dev, if you could solve one issue in one single PR, you should not separate them into two or more, unless the issue contain more than one issue |
Okay, I know |
})) | ||
} catch (e) { | ||
state.pluginsLoading = false | ||
} | ||
state.pluginsLoading = false |
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.
Setting pluginsLoading to false should be within the try block.
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.
ok,thanks
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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…oading state (apache#9924) * fix alert plugin loading bug * update use-form.ts * remove unused package * Update use-form.ts * Update use-form.ts
Purpose of the pull request
Brief change log
close #9923 also close #10207
Verify this pull request
Manually verified the change by testing locally