Skip to content

Commit

Permalink
All new query params should now be appended with &, because the `da…
Browse files Browse the repository at this point in the history
…o` param is first with `?` already
  • Loading branch information
adamgall committed Apr 8, 2024
1 parent 7dde80c commit c221758
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 c221758

Please sign in to comment.