This commit is contained in:
lukman
2024-08-28 17:44:57 +08:00
committed by amel
parent 0fe48f0f30
commit 69ebeeae31

View File

@@ -46,9 +46,9 @@ export default function ViewSearch() {
placeholder="Pencarian"
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(dataDivision, null, 1)}</pre>
<pre>{JSON.stringify(dataDivision, null, 1)}</pre> */}
</Box>
</>