Skip to content

Commit

Permalink
#208 Busnummer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Feb 7, 2024
1 parent d507add commit 7ea11a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/smart/OeAdres.vue
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ watch(huisnummer, async (selectedHuisnummer, oldValue) => {
if (busnummers.value.length === 0) {
busnummerFreeText.value = true;
} else {
busnummerFreeText.value = false;
}
}
});
Expand Down

0 comments on commit 7ea11a2

Please sign in to comment.