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-06 10:36:33 +01:00
committed by Arve Knudsen
parent bf8f3c03b8
commit c21cb46c1d

View File

@@ -45,7 +45,7 @@ export const getStandardFieldConfigs = () => {
placeholder: 'none',
expandTemplateVars: true,
},
shouldApply: field => field.type !== FieldType.time,
shouldApply: () => true,
category,
};