diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-15 20:43:38 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-15 20:44:21 +0300 |
| commit | ebe095bd769481cc114009e8193494d482f9ff4d (patch) | |
| tree | cd4347d676588816ad15b7a44d2a0c3df69ca729 /src/components/lists/lists.js | |
| parent | 50924aab5c4a5fccde3bcf653f4d9192385e9fc9 (diff) | |
fix prod build again + fetch lists (and follow request) on login,
stop fetching on logout, don't start fetching in components
Diffstat (limited to 'src/components/lists/lists.js')
| -rw-r--r-- | src/components/lists/lists.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/lists/lists.js b/src/components/lists/lists.js index 791b99b2..9aed37f7 100644 --- a/src/components/lists/lists.js +++ b/src/components/lists/lists.js @@ -11,9 +11,6 @@ const Lists = { ListsCard, ListsNew }, - created () { - this.$store.dispatch('startFetchingLists') - }, computed: { lists () { return this.$store.state.lists.allLists |
