leave unselected when modal pops up

remove unused watch parameters
This commit is contained in:
Bill Richardson 2024-09-12 11:49:51 -04:00
parent ba56acb00f
commit 6411211d7a
2 changed files with 2 additions and 1 deletions

View file

@ -123,7 +123,7 @@ export default {
}
},
watch: {
$route(newVal, oldVal) {
$route() {
this.closeModal();
}
},

View file

@ -348,6 +348,7 @@ export default {
selectedProvider() {
if (this.selectedProvider && this.selectedProvider !== SAFELITE_PROVIDER) {
this.$refs[this.CANCEL_CLAIM_REF_NAME].openModal();
this.selectedProvider = '';
}
},
nextStepsBody(newValue, oldValue) {