From 60fa83ea536da9f1fc237aa6eecd5cdf564f332b Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 17 Feb 2025 14:15:03 +0000 Subject: [PATCH] Theme: ensure feedback link is gated behind config option (#100815) ensure feedback link is behind config option --- .../app/core/components/SharedPreferences/SharedPreferences.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/SharedPreferences/SharedPreferences.tsx b/public/app/core/components/SharedPreferences/SharedPreferences.tsx index fa23e066c7a..fff3bd62ecb 100644 --- a/public/app/core/components/SharedPreferences/SharedPreferences.tsx +++ b/public/app/core/components/SharedPreferences/SharedPreferences.tsx @@ -184,7 +184,7 @@ export class SharedPreferences extends PureComponent { disabled={isLoading} label={t('shared-preferences.fields.theme-label', 'Interface theme')} description={ - config.featureToggles.grafanaconThemes ? ( + config.featureToggles.grafanaconThemes && config.feedbackLinksEnabled ? ( Enjoying the limited edition themes? Tell us what you'd like to see{' '}