upd: project

Deskripsi:
- tambah data project

nb : upload file blm selesai

No Issuese
This commit is contained in:
amel
2025-05-14 14:19:48 +08:00
parent 9a86ccae56
commit 6b3de4d6b2
8 changed files with 218 additions and 47 deletions

View File

@@ -40,6 +40,7 @@ export default function ListProject() {
const [nameGroup, setNameGroup] = useState("");
const [data, setData] = useState<Props[]>([]);
const [isList, setList] = useState(false);
const update = useSelector((state: any) => state.projectUpdate)
async function handleLoad() {
try {
@@ -63,7 +64,7 @@ export default function ListProject() {
useEffect(() => {
handleLoad();
}, [status, search, group, cat]);
}, [status, search, group, cat, update.data]);
return (
<SafeAreaView>