Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-01-11 16:21:13 +0300
committerdartcafe <github@dartcafe.de>2022-01-11 16:21:13 +0300
commitefcf16b40f21798abf73b12bf8cfe99970d42d36 (patch)
tree839f82897aeec8109a05a925c0089c94485a70f9 /src/js/mixins/watchPolls.js
parent62f01c5060178803155c51a90640c34e7401750b (diff)
add feature switch for combos
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/mixins/watchPolls.js')
-rw-r--r--src/js/mixins/watchPolls.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/mixins/watchPolls.js b/src/js/mixins/watchPolls.js
index 1d608b46..e2509b75 100644
--- a/src/js/mixins/watchPolls.js
+++ b/src/js/mixins/watchPolls.js
@@ -167,6 +167,7 @@ export const watchPolls = {
})
dispatches = [...new Set(dispatches)] // remove duplicates
await Promise.all(dispatches.map((dispatches) => this.$store.dispatch(dispatches)))
+ await this.$store.dispatch('combo/cleanUp')
},
},