Merge pull request #245 from bipproduction/Nico/16Januari2025

Nico/16 januari2025
This commit is contained in:
Bagasbanuna02
2025-01-17 10:13:31 +08:00
committed by GitHub
30 changed files with 758 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ export default function UIGlobal_Drawer({
</Group>
<SimpleGrid cols={component.length < 4 ? component.length : 4}>
{component.map((e, i) => (
<Stack key={i} align="center" spacing={"xs"}
<Stack key={i} align="center" spacing={"xs"}
onClick={() => {
setPageId(e?.id);
setIsLoading(true);

View File

@@ -25,7 +25,7 @@ export default function UIGlobal_DrawerCustom({
}: {
opened: boolean;
close: () => void;
component: React.ReactNode;
component: React.ReactNode;
}) {
return (
<>