Skip to content

Commit

Permalink
fix: update default dalay to 3 days, to match v1 default delay
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 3, 2024
1 parent c93790f commit 251873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/views/Space/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { validateForm } from '@/helpers/validation';
import { getNetwork, offchainNetworks } from '@/networks';
import { Contact, Space, Transaction, VoteType } from '@/types';
const DEFAULT_VOTING_DELAY = 60 * 60 * 24 * 7;
const DEFAULT_VOTING_DELAY = 60 * 60 * 24 * 3;
const TITLE_DEFINITION = {
type: 'string',
Expand Down

0 comments on commit 251873f

Please sign in to comment.