mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
ux
This commit is contained in:
@ -21,7 +21,7 @@ const DocumentsPage: NextPageWithLayout = (req, res) => {
|
||||
}, []);
|
||||
|
||||
const getDocuments = async () => {
|
||||
setLoading(true);
|
||||
if (!documents.length) setLoading(true);
|
||||
fetch("/api/documents", {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user