Skip to content

Commit

Permalink
Merge commit '7d72e7d5f8fb7a3575f58650c713243d84856e18' into bug/mult…
Browse files Browse the repository at this point in the history
…isig-nonce-selection
  • Loading branch information
adamgall committed Apr 10, 2024
2 parents 697a310 + 7d72e7d commit 43253a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/modals/ForkProposalTemplateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ForkProposalTemplateModal({
`${DAO_ROUTES.proposalTemplateNew.relative(
addressPrefix,
targetDAOAddress,
)}?templatesHash=${proposalTemplatesHash}&templateIndex=${templateIndex}`,
)}&templatesHash=${proposalTemplatesHash}&templateIndex=${templateIndex}`,
);
onClose();
};
Expand Down

0 comments on commit 43253a1

Please sign in to comment.