From f2d1f0c95a33e27317e6b93f2494b4a3395d579d Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 24 Feb 2023 09:18:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20no=20documents=20filter=20set=20?= =?UTF-8?q?in=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/pages/documents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index f917fd6d6..7ed1b43a5 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -436,7 +436,7 @@ export async function getServerSideProps(context: NextPageContext) { return { props: { - filter: filter, + filter: filter || "ALL", }, }; }