Skip to content
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

Add validation for existing setup path #1228

Merged
merged 12 commits into from
Aug 5, 2024
Prev Previous commit
Next Next commit
Fix enable / disable install button
  • Loading branch information
radurentea committed Jul 4, 2024
commit 1a7cf1821b24e8590078424898ec8ba834bafa92
1 change: 1 addition & 0 deletions src/views/setup/components/selectEspIdf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ watchEffect(() => {

watch(selectedEspIdfVersion, (newVal) => {
clearIDfErrorStatus();
store.clearIdfPathError();
if (newVal.filename === "manual") {
validatePathOnBlur(espIdf.value);
} else {
Expand Down
Loading