Updte logs
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 13:40:06 +02:00
parent 520a77eafd
commit ba6f1c4c06

View File

@ -128,7 +128,7 @@ export default function DefaultNotaryDashboard(props: IProps) {
blocks={blocks}
bottomButton={{
link: Module.getInstance().get().modules.pages.Folder.pages.CreateFolder.props.path,
text: "Créer un dossier",
text: "Créer un dossier" + JSON.stringify(jwt) + JSON.stringify(folders),
}}
/>
);