mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 23:11:12 -05:00
feat: Implement Phase 1 Frontend Code Cleanup
This commit is contained in:
@@ -416,7 +416,10 @@ export function SubmissionReviewManager({
|
||||
<ItemReviewCard
|
||||
item={item}
|
||||
onEdit={() => handleEdit(item)}
|
||||
onStatusChange={(status) => {/* TODO: Update status */}}
|
||||
onStatusChange={async () => {
|
||||
// Status changes handled via approve/reject actions
|
||||
await loadSubmissionItems();
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user