Skip to content

Commit

Permalink
brr
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcodez committed Feb 23, 2022
1 parent 44e977d commit 4e7ca7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/forms/FlexibleTransactionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ const FlexibleTransactionForm = (props) => {
<Button label="Redelegate" onClick={() => newMessage(blankRedelegateJSON(props.address))} />
<Button label="Vote" onClick={() => newMessage(blankVoteJSON(props.address))} />

<br />
<br />

<Button label="Prepare Multisig Tx" disabled={!isValid} onClick={handleCreate} />
<style jsx>{`
p {
Expand Down

0 comments on commit 4e7ca7b

Please sign in to comment.