diff --git a/apps/ui/src/views/Space/Editor.vue b/apps/ui/src/views/Space/Editor.vue index a5fc68a85..180ff253b 100644 --- a/apps/ui/src/views/Space/Editor.vue +++ b/apps/ui/src/views/Space/Editor.vue @@ -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',