diff --git a/packages/grafana-ui/src/utils/standardEditors.tsx b/packages/grafana-ui/src/utils/standardEditors.tsx index 8de61d6a66d..5b21598aa52 100644 --- a/packages/grafana-ui/src/utils/standardEditors.tsx +++ b/packages/grafana-ui/src/utils/standardEditors.tsx @@ -45,7 +45,7 @@ export const getStandardFieldConfigs = () => { placeholder: 'none', expandTemplateVars: true, }, - shouldApply: field => field.type !== FieldType.time, + shouldApply: () => true, category, };