diff --git a/src/components/install/InstallLocationPicker.vue b/src/components/install/InstallLocationPicker.vue index 9026eb08b..a68ea5642 100644 --- a/src/components/install/InstallLocationPicker.vue +++ b/src/components/install/InstallLocationPicker.vue @@ -16,7 +16,7 @@ v-model="installPath" class="w-full" :class="{ 'p-invalid': pathError }" - @change="validatePath" + @update:modelValue="validatePath" />