1d filter

This commit is contained in:
Timur Ercan
2023-02-24 09:55:15 +01:00
parent c50a08e333
commit 6518d33f64

View File

@ -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 },