setup deductible modal link

This commit is contained in:
Katie Kroell 2023-10-06 10:12:31 -04:00
parent 0a820c9fb4
commit 43466bb7a7

View file

@ -329,6 +329,7 @@ export default {
nextStepsBody(newValue, oldValue) {
if (newValue !== oldValue) {
setupModalLink(this, 'RecalModal');
setupModalLink(this, 'DeductibleModal');
}
}
},