🐛 no documents filter set in url

This commit is contained in:
Timur Ercan
2023-02-24 09:18:17 +01:00
parent ee639349b6
commit f2d1f0c95a

View File

@ -436,7 +436,7 @@ export async function getServerSideProps(context: NextPageContext) {
return { return {
props: { props: {
filter: filter, filter: filter || "ALL",
}, },
}; };
} }