File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -432,9 +432,12 @@ export default function CreateProposalModal({
432432 < CheckIcon />
433433 </ Checkbox . Indicator >
434434 </ Checkbox >
435- < label htmlFor = "isExpedited" className = "ml-2 flex items-center gap-2 text-sm text-gray-300" >
436- Expedited Proposal (requires higher deposit) < Tooltip icon = { < Info /> } content = { getExpeditedProposalTooltip ( ) } />
437- </ label >
435+ < div className = 'flex items-center gap-2' >
436+ < label htmlFor = "isExpedited" className = "ml-2 text-sm text-gray-300" >
437+ Expedited Proposal (requires higher deposit)
438+ </ label >
439+ < Tooltip icon = { < Info /> } content = { getExpeditedProposalTooltip ( ) } />
440+ </ div >
438441 </ div >
439442 </ div >
440443 ) }
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ const useGovernances = () => {
256256 setTransactionHash ( '' ) ;
257257 setStep ( 1 ) ;
258258 setCurrentTab ( '' ) ;
259+ setRequiredDeposit ( GOVERNANCE_STATS . depositRequired ) ;
259260 }
260261
261262 const handleOpenCreateProposalModal = ( ) => {
You can’t perform that action at this time.
0 commit comments