Skip to content

Commit

Permalink
Merge pull request #2672 from decentdao/eng-124/fix-multisig-proposals
Browse files Browse the repository at this point in the history
`[ENG-124]` Multisig Proposal Fix
  • Loading branch information
Da-Colon authored Jan 15, 2025
2 parents 88d9ab0 + 4129714 commit 21ea98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/DAO/proposal/useSubmitProposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export default function useSubmitProposal() {
failedToastMessage,
nonce,
successCallback,
safeAddress: safe?.address,
});
} else {
const userProposerVotingStrategy = (
Expand Down

0 comments on commit 21ea98f

Please sign in to comment.