fix: is_temporal should be overridden by is_dttm value (#11429)

This commit is contained in:
Ville Brofeldt
2020-10-27 07:22:27 +02:00
committed by GitHub
parent 94e0f0cc2a
commit 8575439f48
3 changed files with 27 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ function ColumnCollectionTable({
control={
<TextControl
controlId="python_date_format"
placeholder="%y/%m/%d"
placeholder="%Y/%m/%d"
/>
}
/>