Skip to content

Commit

Permalink
Merge branch 'hotfix/20240408-templatehash-query-param-fix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 8, 2024
2 parents 3de9ea8 + c221758 commit 7d72e7d
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 7d72e7d

Please sign in to comment.