Field/Overrides: Allow title override for 'Time' column (#24295)
Closes #24245
(cherry picked from commit 9b7bbc3d1c)
This commit is contained in:
committed by
Arve Knudsen
parent
bf8f3c03b8
commit
c21cb46c1d
@@ -45,7 +45,7 @@ export const getStandardFieldConfigs = () => {
|
|||||||
placeholder: 'none',
|
placeholder: 'none',
|
||||||
expandTemplateVars: true,
|
expandTemplateVars: true,
|
||||||
},
|
},
|
||||||
shouldApply: field => field.type !== FieldType.time,
|
shouldApply: () => true,
|
||||||
category,
|
category,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user