diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BoardTypesSelect.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BoardTypesSelect.vue index f7bfb9ef..f37271c8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BoardTypesSelect.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BoardTypesSelect.vue @@ -2,7 +2,7 @@
@@ -29,12 +29,14 @@ } } }, + methods: { + notifySelected () { + this.$emit('selected', this.boardTypesSelected); + } + }, watch: { boardTypes (value) { this.boardTypesSelected = value; - }, - boardTypesSelected (value) { - this.$emit('selected', value); } } } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BusSelect.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BusSelect.vue index ce6916a3..35da1f97 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BusSelect.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/BusSelect.vue @@ -3,7 +3,7 @@