mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
Theme: ensure feedback link is gated behind config option (#100815)
ensure feedback link is behind config option
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user