fix(frontend): missing provider configuration right after adding it#5032
Conversation
PR Review: fix(frontend): missing provider configuration right after adding itOverviewThis PR fixes a bug where adding a provider configuration immediately after first creating it would fail silently or incorrectly. The root cause: The change is applied consistently in both What's Good
Issues & SuggestionsOne inconsistency worth checking: No test coverage noted. The PR checklist items are all unchecked. Given this is a UI fix, a manual smoke test of the add-provider flow would be sufficient — worth confirming the fix was verified end-to-end before merge. SummaryClean, minimal fix that uses the correct abstraction. The change reduces from 10 lines to 4 at each call site while improving correctness. No blocking issues. |
f633f55 to
c64f1b8
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: