diff --git a/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardSnapshotList/DashboardSnapshot.tsx b/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardSnapshotList/DashboardSnapshot.tsx index 932bdf2dbf..95de46df2c 100644 --- a/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardSnapshotList/DashboardSnapshot.tsx +++ b/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardSnapshotList/DashboardSnapshot.tsx @@ -55,7 +55,7 @@ export const DashboardSnapshot = ({ } const url = value?.getDashboardSnapshot?.data?.dashboardCreateSnapshotUrl?.replace( - /PDF$/, + /\pdf$/i, 'png', ); return (