## Deskripsi:
- Tampilan Map
- Tambah pin map
### No Issue
This commit is contained in:
2024-08-13 17:31:31 +08:00
parent 6ffeb097e8
commit 059cbe6b0f
29 changed files with 1019 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ export default function UIGlobal_Drawer({
onClick={() => {
setPageId(e?.id);
setIsLoading(true);
router.push(e?.path);
router.push(e?.path, {scroll: false});
}}
>
{isLoading && e?.id === pageId ? (