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

Closes #24245
This commit is contained in:
kay delaney
2020-05-06 10:36:33 +01:00
committed by GitHub
parent 36896f5077
commit 9b7bbc3d1c

View File

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