@@ -18,7 +18,6 @@ import ShowResultsNeverIcon from 'vue-material-design-icons/MonitorOff.vue'
1818
1919import CardDiv from ' ../Base/modules/CardDiv.vue'
2020import ConfigBox from ' ../Base/modules/ConfigBox.vue'
21- import ConfigAllowComment from ' ../Configuration/ConfigAllowComment.vue'
2221import ConfigAllowMayBe from ' ../Configuration/ConfigAllowMayBe.vue'
2322import ConfigAnonymous from ' ../Configuration/ConfigAnonymous.vue'
2423import ConfigAutoReminder from ' ../Configuration/ConfigAutoReminder.vue'
@@ -33,7 +32,6 @@ import ConfigVoteLimit from '../Configuration/ConfigVoteLimit.vue'
3332import { usePollStore } from ' ../../stores/poll'
3433import { useVotesStore } from ' ../../stores/votes'
3534import ConfigDangerArea from ' ../Configuration/ConfigDangerArea.vue'
36- import ConfigForceConfidentialComments from ' ../Configuration/ConfigForceConfidentialComments.vue'
3735
3836const pollStore = usePollStore ()
3937const votesStore = useVotesStore ()
@@ -63,14 +61,10 @@ const votesStore = useVotesStore()
6361 <ConfigDescription @change =" pollStore .write " />
6462 </ConfigBox >
6563
66- <ConfigBox :name =" t (' polls' , ' Poll configurations ' )" >
64+ <ConfigBox :name =" t (' polls' , ' Poll configuration ' )" >
6765 <template #icon >
6866 <PollConfigIcon />
6967 </template >
70- <ConfigAllowComment @change =" pollStore .write " />
71- <ConfigForceConfidentialComments
72- v-if =" pollStore .configuration .allowComment "
73- @change =" pollStore .write " />
7468 <ConfigAllowMayBe @change =" pollStore .write " />
7569 <ConfigUseNo @change =" pollStore .write " />
7670 <ConfigAnonymous @change =" pollStore .write " />
0 commit comments