Skip to content

Commit

Permalink
fix(explore): Mark time range dashboard filter with warning icon (#22984
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kgabryje committed Feb 3, 2023
1 parent b63ea63 commit 5d550f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const getExpectedResultFormData = (overrides: JsonObject = {}) => ({
subject: 'ds',
comparator: 'Last month',
filterOptionName: expect.any(String),
isExtra: true,
},
{
clause: 'WHERE',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const applyTimeRangeFilters = (
return {
...filter,
comparator: extraFormData.time_range,
isExtra: true,
};
}
return filter;
Expand Down

0 comments on commit 5d550f4

Please sign in to comment.