This commit is contained in:
lukman
2024-08-29 09:59:01 +08:00
parent 9977cb909e
commit 390c46e2da

View File

@@ -46,9 +46,9 @@ export default function ViewSearch() {
placeholder="Pencarian" placeholder="Pencarian"
onChange={(e) => setSearch(e.target.value)} onChange={(e) => setSearch(e.target.value)}
/> />
{/* <pre>{JSON.stringify(dataUser, null, 1)}</pre> <pre>{JSON.stringify(dataUser, null, 1)}</pre>
<pre>{JSON.stringify(dataProject, null, 1)}</pre> <pre>{JSON.stringify(dataProject, null, 1)}</pre>
<pre>{JSON.stringify(dataDivision, null, 1)}</pre> */} <pre>{JSON.stringify(dataDivision, null, 1)}</pre>
</Box> </Box>
</> </>