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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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