diff --git a/eslint-suppressions.json b/eslint-suppressions.json
index 84e5d786552..544fb4bd990 100644
--- a/eslint-suppressions.json
+++ b/eslint-suppressions.json
@@ -2141,11 +2141,6 @@
"count": 1
}
},
- "public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx": {
- "no-restricted-syntax": {
- "count": 4
- }
- },
"public/app/features/dashboard-scene/sharing/ShareSnapshotTab.tsx": {
"no-restricted-syntax": {
"count": 3
diff --git a/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx b/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx
index bde33b603d8..63592b700b5 100644
--- a/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx
+++ b/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx
@@ -184,15 +184,15 @@ function ShareLinkTabRenderer({ model }: SceneComponentProps