Intergrasi to API
Deskripsi: - Fix server action collaboration to API
This commit is contained in:
@@ -69,7 +69,7 @@ export default function Vote_StatusDraft() {
|
||||
{(item) => (
|
||||
<ComponentVote_CardViewStatus
|
||||
data={item}
|
||||
path={RouterVote.detail_review}
|
||||
path={RouterVote.detail_draft}
|
||||
/>
|
||||
)}
|
||||
</ScrollOnly>
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function Vote_StatusReject() {
|
||||
{(item) => (
|
||||
<ComponentVote_CardViewStatus
|
||||
data={item}
|
||||
path={RouterVote.detail_review}
|
||||
path={RouterVote.detail_reject}
|
||||
/>
|
||||
)}
|
||||
</ScrollOnly>
|
||||
|
||||
Reference in New Issue
Block a user