diff --git a/frontend/src/components/falukant/BranchSelection.vue b/frontend/src/components/falukant/BranchSelection.vue index 8eb04d0..5bcae5a 100644 --- a/frontend/src/components/falukant/BranchSelection.vue +++ b/frontend/src/components/falukant/BranchSelection.vue @@ -3,6 +3,7 @@

{{ $t('falukant.branch.selection.title') }}

b.id).join('-'); + }, + }, watch: { selectedBranch(newVal) { this.localSelectedBranch = newVal;