Fix Load data pada halaman yang membutuhkan infinite load
Job – User App - app/(application)/(user)/job/(tabs)/index.tsx - app/(application)/(user)/job/(tabs)/status.tsx - app/(application)/(user)/job/(tabs)/archive.tsx - app/(application)/(user)/job/create.tsx Job – Screens - screens/Job/ScreenBeranda.tsx - screens/Job/ScreenBeranda2.tsx - screens/Job/MainViewStatus.tsx - screens/Job/MainViewStatus2.tsx - screens/Job/ScreenArchive.tsx - screens/Job/ScreenArchive2.tsx API – Job (Client) - service/api-client/api-job.ts Notification - screens/Notification/ScreenNotification.tsx Docs - QWEN.md - docs/prompt-for-qwen-code.md ### No Issue
This commit is contained in:
@@ -136,6 +136,7 @@ export default function ScreenNotification() {
|
||||
);
|
||||
|
||||
const handlePress = (item: any) => {
|
||||
console.log("ITEM", item.value);
|
||||
setActiveCategory(item.value);
|
||||
// Reset and load first page when category changes
|
||||
pagination.reset();
|
||||
|
||||
Reference in New Issue
Block a user