mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
🐛 no documents filter set in url
This commit is contained in:
@ -436,7 +436,7 @@ export async function getServerSideProps(context: NextPageContext) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
filter: filter,
|
filter: filter || "ALL",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user