Fix: zmiana regionów w filtrach

This commit is contained in:
2022-04-14 14:22:15 +02:00
parent ebede5349c
commit da28ceb705
3 changed files with 4 additions and 5 deletions
@@ -167,7 +167,6 @@ export default defineComponent({
handleChangeRegion() {
this.$store.commit(MUTATIONS.SET_REGION, this.currentRegion);
this.$store.dispatch(ACTIONS.fetchOnlineData);
this.closeCard();
},