diff --git a/src/components/SettingsVotingBlock.vue b/src/components/SettingsVotingBlock.vue index bc00b288..7aea1134 100644 --- a/src/components/SettingsVotingBlock.vue +++ b/src/components/SettingsVotingBlock.vue @@ -32,7 +32,7 @@ const { form } = useFormSpaceSettings(props.context); :label="$t('settings.quorum.label')" :hint="$t('settings.quorum.information')" :disabled="isViewOnly" - placeholder="1000" + placeholder="0" type="number" @update:model-value="value => (form.voting.quorum = Number(value))" />