Field/Overrides: Allow title override for 'Time' column (#24295)

Closes #24245

(cherry picked from commit 9b7bbc3d1c)
This commit is contained in:
kay delaney
2020-05-07 14:59:21 +02:00
committed by Arve Knudsen
parent bf8f3c03b8
commit c21cb46c1d
@@ -45,7 +45,7 @@ export const getStandardFieldConfigs = () => {
placeholder: 'none',
expandTemplateVars: true,
},
shouldApply: field => field.type !== FieldType.time,
shouldApply: () => true,
category,
};