Theme: ensure feedback link is gated behind config option (#100815)

ensure feedback link is behind config option
pull/101284/head
Ashley Harrison 4 months ago committed by GitHub
parent 84d22e176b
commit 60fa83ea53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/core/components/SharedPreferences/SharedPreferences.tsx

@ -184,7 +184,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
disabled={isLoading}
label={t('shared-preferences.fields.theme-label', 'Interface theme')}
description={
config.featureToggles.grafanaconThemes ? (
config.featureToggles.grafanaconThemes && config.feedbackLinksEnabled ? (
<Trans i18nKey="shared-preferences.fields.theme-description">
Enjoying the limited edition themes? Tell us what you'd like to see{' '}
<TextLink

Loading…
Cancel
Save