Skip to content

Commit

Permalink
fix: take campaign to edit link for create from template (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiemanshu authored Sep 12, 2023
1 parent 46ddcb1 commit 81ec582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/AdminCampaignList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class AdminCampaignList extends React.Component {
<a
key={id}
target="_blank"
href={`${window.BASE_URL}/admin/${organizationId}/campaigns/${id}`}
href={`${window.BASE_URL}/admin/${organizationId}/campaigns/${id}/edit`}
rel="noreferrer"
>
Campaign {id}
Expand Down

0 comments on commit 81ec582

Please sign in to comment.