This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 9eab29a fix: enforce mandatory chart name on save and edit (#10482)
add a43ee22 style: replace inclusive/exclusive on DateFilterControl with
</≤ (#10420)
No new revisions were added by this update.
Summary of changes:
.../explore/components/DateFilterControl_spec.jsx | 4 +-
.../spec/javascripts/explore/utils_spec.jsx | 38 +++++++++
.../components/controls/DateFilterControl.jsx | 93 ++++++++++++----------
superset-frontend/src/explore/dateFilterUtils.ts | 42 ++++++++++
4 files changed, 135 insertions(+), 42 deletions(-)
create mode 100644 superset-frontend/src/explore/dateFilterUtils.ts