add route page to recent when menu load

This commit is contained in:
Dede Fuji Abdul
2023-10-26 16:52:25 +07:00
parent a9b1d720d9
commit 92706caf90
4 changed files with 35 additions and 9 deletions

View File

@ -112,7 +112,7 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
onMounted(() => {
createDummy()
console.log(readDataJson('data-daftar-1'));
// console.log(readDataJson('data-daftar-1'));
})