mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Field/Overrides: Allow title override for 'Time' column (#24295)
Closes #24245
This commit is contained in:
parent
36896f5077
commit
9b7bbc3d1c
@ -45,7 +45,7 @@ export const getStandardFieldConfigs = () => {
|
||||
placeholder: 'none',
|
||||
expandTemplateVars: true,
|
||||
},
|
||||
shouldApply: field => field.type !== FieldType.time,
|
||||
shouldApply: () => true,
|
||||
category,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user