Skip to content

Commit

Permalink
fix: quorum placeholder in read-only mode is confusing (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 28, 2023
1 parent 9cc2596 commit f83c1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettingsVotingBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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))"
/>
Expand Down

0 comments on commit f83c1c1

Please sign in to comment.