mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: is_temporal should be overridden by is_dttm value (#11429)
This commit is contained in:
@@ -180,7 +180,7 @@ function ColumnCollectionTable({
|
||||
control={
|
||||
<TextControl
|
||||
controlId="python_date_format"
|
||||
placeholder="%y/%m/%d"
|
||||
placeholder="%Y/%m/%d"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user