fix(frontend): missing provider configuration right after adding it#5032
Conversation
PR Review: fix(frontend): missing provider configuration right after adding itStatus: MERGED | Author: jog1t (Kacper Wojciechowski) | Changes: +16 / -22 OverviewThis PR fixes a bug where provider configuration was unavailable immediately after being added. The root cause was that the code was using a try/catch block around Code QualityPositive changes:
Observations:
Potential Issues
Minor Notes
VerdictClean, correct fix. The approach of using the purpose-built |
f633f55 to
c64f1b8
Compare
4bb912f to
e7bdad0
Compare
c64f1b8 to
e1f82ef
Compare
e1f82ef to
ecc5680
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: