Add logs for the sidebar components
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-image-lecoffre (push) Successful in 15s
Demo - Build & Deploy to Scaleway / deploy-to-scaleway-lecoffre (push) Successful in 3s

This commit is contained in:
Omar Oughriss 2025-07-28 11:35:10 +02:00
parent 6bd76420b2
commit cb7bec391e

View File

@ -110,6 +110,8 @@ export default function DefaultNotaryDashboard(props: IProps) {
Folders.getInstance()
.get(query)
.then((folders) => setFolders(folders));
console.log(JSON.stringify(query));
console.log(JSON.stringify(folders));
}, [isArchived]);
return (