mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
1d filter
This commit is contained in:
@ -31,6 +31,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
];
|
||||
const createdFilter = [
|
||||
{ label: "All Time", value: -1 },
|
||||
{ label: "Last 24 hours", value: 1 },
|
||||
{ label: "Last 7 days", value: 7 },
|
||||
{ label: "Last 30 days", value: 30 },
|
||||
{ label: "Last 3 months", value: 90 },
|
||||
|
||||
Reference in New Issue
Block a user