Skip to content

Commit

Permalink
Referenda submit fix (Lookup only, split from cleanups) (#8306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 3, 2022
1 parent 66f778e commit 713e0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/page-referenda/src/Referenda/Submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function Submit ({ className = '', isMember, members, palletReferenda, tracks }:
isDisabled={!(originParam || origin) || !atAfter || !isHashValid || !accountId || isInvalidAt}
label={t<string>('Submit proposal')}
onStart={toggleSubmit}
params={[originParam || origin, hash, atAfter]}
params={[originParam || origin, { Lookup: hash }, atAfter]}
tx={api.tx[palletReferenda as 'referenda'].submit}
/>
</Modal.Actions>
Expand Down

0 comments on commit 713e0fd

Please sign in to comment.