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>2021-05-29 23:51:26 +0300
committerdartcafe <github@dartcafe.de>2021-05-29 23:51:26 +0300
commitb6fe4a9164026ae3208569c11ba1ceb19d094e63 (patch)
tree691eb28865fe6db9fc159390adac4d6bbfc19c81 /src/js/components/Configuration
parentcd78947e0b95d7838ca3b56b952355d57be0bc13 (diff)
remove closing calculation from components
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Configuration')
-rw-r--r--src/js/components/Configuration/ConfigClosing.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigClosing.vue b/src/js/components/Configuration/ConfigClosing.vue
index 1c917dc8..b0e906c2 100644
--- a/src/js/components/Configuration/ConfigClosing.vue
+++ b/src/js/components/Configuration/ConfigClosing.vue
@@ -73,7 +73,7 @@ export default {
}),
...mapGetters({
- closed: 'poll/closed',
+ closed: 'poll/isClosed',
}),
expire: {