forked from FoundKeyGang/FoundKey
Fix #5210
This commit is contained in:
parent
636f90ca0c
commit
ac914af9c3
2 changed files with 1 additions and 6 deletions
|
@ -5,6 +5,7 @@ unreleased
|
|||
--------------------
|
||||
### 🐛Fixes
|
||||
* すでに使われたことのあるユーザー名を再度使えないように
|
||||
* モバイルのウィジェットページが常に i/update-client-setting を呼び続ける問題を修正
|
||||
|
||||
11.26.1 (2019/07/21)
|
||||
--------------------
|
||||
|
|
|
@ -98,12 +98,6 @@ export default Vue.extend({
|
|||
id: 'g', data: {}
|
||||
}]);
|
||||
}
|
||||
|
||||
this.$watch('$store.getters.mobileHome', () => {
|
||||
this.$store.dispatch('settings/updateMobileHomeProfile');
|
||||
}, {
|
||||
deep: true
|
||||
});
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in a new issue