This commit is contained in:
dartcafe 2020-01-29 00:06:12 +01:00
Родитель 2b0ac6a91d
Коммит a6e66f1707
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- delete comments (#193)
- Enter user name in public shared polls in a modal
- fixed routing error in NC16 (#787)
- load subscription on route change (#788)
## [1.1.6] - 2020-01-26

Просмотреть файл

@ -49,7 +49,7 @@ export default {
}
}
},
watch: {
$route() {
this.$store.dispatch('getSubscription', { pollId: this.$route.params.id })