Skip to content
Snippets Groups Projects
Commit f6e78ac4 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

persist values for between (#3879)

parent dab7ad41
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ const OPERATORS = [
},
{
name: "Between",
init: (filter) => ["BETWEEN", filter[1], null, null],
init: (filter) => ["BETWEEN", filter[1], getDate(filter[2]), getDate(filter[3])],
test: ([op]) => op === "BETWEEN",
widget: MultiDatePicker,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment