Closed mturley closed 2 years ago
Tested and LGTM
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ibolton336, mturley
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Fixes #104.
When any of the 3 fields on the first wizard step change (API URL, token, source namespace) any form selections that are based on data loaded from the source cluster are now automatically reset.
While fixing this I also noticed that the usage of
areSourceCredentialsValid
in that wizard step is redundant since we already call that within the schema validation of these fields inImportWizardFormContext
, so we can simply use theisValid
properties of the fields instead.