Skip to content

Commit

Permalink
wip: Open page editor in same tab/window
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Feb 21, 2025
1 parent 7c8cff9 commit 696010d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default function CampaignsDetailsPage({campaignId}) {
<a
className={`button button-secondary ${styles.editCampaignPageButton}`}
href={`${window.GiveCampaignDetails.adminUrl}?action=edit_campaign_page&campaign_id=${campaignId}`}
target="_blank"
rel="noopener noreferrer"
>
{__('Edit campaign page', 'give')}
Expand Down

0 comments on commit 696010d

Please sign in to comment.