Skip to content
Snippets Groups Projects
Commit 185dab77 authored by Lukas's avatar Lukas
Browse files

Update default search range

parent e4bd6a06
No related branches found
No related tags found
1 merge request!524Lbudginas/#424 add new tab on account page
......@@ -39,7 +39,7 @@ export interface SearchRangesResult {
setRangesValues: (params: Explorer.CommentSearchParams | undefined) => void;
}
const useSearchRanges = (defaultSelectKey: string) => {
const useSearchRanges = (defaultSelectKey: string = "lastTime") => {
const rangeSelectOptions: Explorer.SelectOption[] = [
{
name: "Last blocks",
......
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