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:
authorRené Gieling <github@dartcafe.de>2021-03-02 16:41:39 +0300
committerGitHub <noreply@github.com>2021-03-02 16:41:39 +0300
commit8bd5e69cb454e7315e4b8b3e20f415587356366e (patch)
tree445444dab8425aa8427bc4e6cf675ea241721351 /src/js/store/modules/poll.js
parent5e04fe191f047d88080db44c60b0b562d7b1f62a (diff)
added hide options if booked out and move some logic to backend (#1449)
Diffstat (limited to 'src/js/store/modules/poll.js')
-rw-r--r--src/js/store/modules/poll.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/store/modules/poll.js b/src/js/store/modules/poll.js
index 6c67dc29..c1d16447 100644
--- a/src/js/store/modules/poll.js
+++ b/src/js/store/modules/poll.js
@@ -45,6 +45,7 @@ const defaultPoll = () => {
showResults: 'always',
adminAccess: 0,
important: 0,
+ hideBookedUp: 0,
}
}