Skip to content

Commit

Permalink
feat: prompt to search 30 days (#17423)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 14, 2023
1 parent d253a30 commit d9d9aa6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ export function RecordingsLists({
data-attr={'expand-replay-listing-from-default-seven-days-to-twenty-one'}
onClick={() => {
setFilters({
date_from: '-21d',
date_from: '-30d',
})
}}
>
Search over the last 21 days
Search over the last 30 days
</LemonButton>
</>
) : (
Expand Down

0 comments on commit d9d9aa6

Please sign in to comment.