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

Update types and account page initial search params

parent 33ba55fd
No related branches found
No related tags found
1 merge request!524Lbudginas/#424 add new tab on account page
...@@ -38,9 +38,9 @@ export const defaultSearchParams: AccountSearchParams = { ...@@ -38,9 +38,9 @@ export const defaultSearchParams: AccountSearchParams = {
fromDate: undefined, fromDate: undefined,
toDate: undefined, toDate: undefined,
lastBlocks: undefined, lastBlocks: undefined,
lastTime: undefined, lastTime: 30,
timeUnit: "days", timeUnit: "days",
rangeSelectKey: "none", rangeSelectKey: "lastTime",
page: undefined, page: undefined,
filters: [], filters: [],
}; };
......
...@@ -108,8 +108,7 @@ declare module Explorer { ...@@ -108,8 +108,7 @@ declare module Explorer {
interface PermlinkSearchProps extends CommonSearchProps { interface PermlinkSearchProps extends CommonSearchProps {
accountName: string; accountName: string;
commentType?: CommentType; commentType?: CommentType;
page?: number; pageNumber?: number;
pageSize?: number;
} }
interface SelectOption { interface SelectOption {
......
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