upd: document

Deskripsi:
- share document

No Issues
This commit is contained in:
amel
2024-08-22 17:40:39 +08:00
parent 176ec5ec64
commit 018f3de76a
9 changed files with 258 additions and 37 deletions

View File

@@ -117,7 +117,7 @@ export default function AddMemberDetailTask() {
<Box>
<LayoutNavbarNew
back=""
title="Pilih Anggotak"
title="Pilih Anggota"
menu
/>
<pre>{JSON.stringify(isData, null, 1)}</pre>
@@ -142,7 +142,7 @@ export default function AddMemberDetailTask() {
</Text>
{selectAll ? <FaCheck style={{ marginRight: 10 }} /> : ""}
</Group>
<Box mt={15}>
{/* <Box mt={15}>
{isData.map((v, i) => {
const isSelected = selectedFiles.some((i: any) => i?.idUser == v.idUser);
const found = isDataMember.some((i: any) => i.idUser == v.idUser)
@@ -177,7 +177,7 @@ export default function AddMemberDetailTask() {
</Box>
);
})}
</Box>
</Box> */}
<Box mt={"xl"}>
<Button
c={"white"}