Add All Skeleton Except Collaboration

This commit is contained in:
2024-12-30 17:37:44 +08:00
parent 82a55d7148
commit a74a32b422
55 changed files with 305 additions and 219 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>