Skip to content

Commit

Permalink
Merge pull request #9240 from google/revert-9222
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv authored Aug 26, 2024
2 parents 79c607f + d0cba1d commit dc0f77f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ export default function ActionsCTALinkDismiss( {
event.preventDefault();
}

navigateTo( ctaLink );

await Promise.all( [
trackEvents.confirm(),
dismissNotification( id, { expiresInSeconds: dismissExpires } ),
] );

navigateTo( ctaLink );
};

return (
Expand Down

0 comments on commit dc0f77f

Please sign in to comment.