Intergrasi to API

Deskripsi:
- Fix server action collaboration to API
This commit is contained in:
2024-12-30 17:41:19 +08:00
parent 9515c041ad
commit b5861f4383
25 changed files with 660 additions and 145 deletions

View File

@@ -69,7 +69,7 @@ export default function Vote_StatusDraft() {
{(item) => (
<ComponentVote_CardViewStatus
data={item}
path={RouterVote.detail_review}
path={RouterVote.detail_draft}
/>
)}
</ScrollOnly>

View File

@@ -69,7 +69,7 @@ export default function Vote_StatusReject() {
{(item) => (
<ComponentVote_CardViewStatus
data={item}
path={RouterVote.detail_review}
path={RouterVote.detail_reject}
/>
)}
</ScrollOnly>