fix responsive admin

deksripsi:
- app infomation
- user serach
- project collaboration
This commit is contained in:
2025-04-16 11:15:00 +08:00
parent 8a72a3398d
commit f41cbba21f
14 changed files with 759 additions and 498 deletions

View File

@@ -11,21 +11,21 @@ export function AdminAppInformation_ComponentTitlePageBank({
<>
<ComponentAdminGlobal_TitlePage
name="Informasi Bank"
component={
<Button
w={120}
leftIcon={<IconCirclePlus />}
radius={"xl"}
onClick={() => {
onEventListener({
isCreate: true,
isUpdate: false,
});
}}
>
Tambah
</Button>
}
// component={
// <Button
// w={120}
// leftIcon={<IconCirclePlus />}
// radius={"xl"}
// onClick={() => {
// onEventListener({
// isCreate: true,
// isUpdate: false,
// });
// }}
// >
// Tambah
// </Button>
// }
/>
</>
);