fix error in console
This commit is contained in:
parent
c2f5840a02
commit
1fcc7c6ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const MutesAndBlocks = {
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
useOAuthTokensStore().fetchTokens()
|
useOAuthTokensStore().fetchTokens()
|
||||||
this.$store.dispatch('getKnownDomains')
|
useInstanceStore().getKnownDomains()
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
TabSwitcher,
|
TabSwitcher,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue