mirror of
https://github.com/apache/superset.git
synced 2026-08-05 21:42:48 +00:00
fix(datepicker): Full width datepicker on filter value select (#32064)
This commit is contained in:
committed by
GitHub
parent
9e5876dc17
commit
cde2d49c95
@@ -23,7 +23,6 @@ import {
|
||||
parseDttmToDate,
|
||||
BinaryAdhocFilter,
|
||||
SimpleAdhocFilter,
|
||||
css,
|
||||
customTimeRangeDecode,
|
||||
computeCustomDateTime,
|
||||
fetchTimeRange,
|
||||
@@ -223,9 +222,6 @@ export default function TimeOffsetControls({
|
||||
<div>
|
||||
<ControlHeader {...props} />
|
||||
<DatePicker
|
||||
css={css`
|
||||
width: 100%;
|
||||
`}
|
||||
onChange={(datetime: Dayjs) =>
|
||||
onChange(datetime ? datetime.format(DAYJS_FORMAT) : '')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user