We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048148e commit 761347fCopy full SHA for 761347f
src/layout/SigningDocumentList/api.ts
@@ -44,7 +44,7 @@ export function useDocumentList(
44
return z
45
.object({ dataElements: z.array(signingDocumentSchema) })
46
.parse(response)
47
- .dataElements.toSorted((a, b) => (a.filename ?? '').localeCompare(b.filename ?? ''));
+ .dataElements;
48
},
49
staleTime: 1000 * 60 * 30, // 30 minutes
50
refetchOnMount: 'always',
0 commit comments