Comment out for debbuging
This commit is contained in:
parent
bb1dea088f
commit
3cb0b16c16
@ -31,12 +31,14 @@ export default function Folder() {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((folders) => {
|
.then((folders) => {
|
||||||
if (folders.length > 0)
|
if (folders.length > 0) {
|
||||||
router.push(
|
console.log("Liste des dossiers:", JSON.stringify(folders));
|
||||||
Module.getInstance()
|
// router.push(
|
||||||
.get()
|
// Module.getInstance()
|
||||||
.modules.pages.Folder.pages.FolderInformation.props.path.replace("[folderUid]", folders[0]?.uid ?? ""),
|
// .get()
|
||||||
);
|
// .modules.pages.Folder.pages.FolderInformation.props.path.replace("[folderUid]", folders[0]?.uid ?? ""),
|
||||||
|
// );
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}, [router]);
|
}, [router]);
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user