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-07-02 00:15:42 +0300
committerdartcafe <github@dartcafe.de>2021-07-02 00:15:42 +0300
commitffb69b3fb54e9a51a788fd519880fe57c78021cd (patch)
tree3108554c527f8dab757ae5049a5b6630502a353a /src/js/components/Options
parent97a47a05e696aa75f65446baf82a985457a913d0 (diff)
tidy
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionsDateAdd.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/js/components/Options/OptionsDateAdd.vue b/src/js/components/Options/OptionsDateAdd.vue
index 8d3ab1ac..87467804 100644
--- a/src/js/components/Options/OptionsDateAdd.vue
+++ b/src/js/components/Options/OptionsDateAdd.vue
@@ -87,19 +87,12 @@ export default {
data() {
return {
pickerSelection: null,
- firstPick: true,
changed: false,
- imcomplete: true,
- lastPickedOption: null,
pickerOpen: false,
useRange: false,
useTime: false,
showTimePanel: false,
- keepRange: true,
- preservedTimeFrom: moment(),
- preservedTimeTo: moment(),
lastPickedDate: moment(null),
- timeValues: moment(),
added: false,
}
},