mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 14:51:13 -05:00
feat: Complete integration and refactor
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -868,7 +868,7 @@ export function useModerationQueueManager(
|
|||||||
showNewItems,
|
showNewItems,
|
||||||
interactingWith,
|
interactingWith,
|
||||||
markInteracting,
|
markInteracting,
|
||||||
refresh: () => fetchItems(false),
|
refresh: async () => { await fetchItems(false); },
|
||||||
performAction,
|
performAction,
|
||||||
deleteSubmission,
|
deleteSubmission,
|
||||||
resetToPending,
|
resetToPending,
|
||||||
|
|||||||
Reference in New Issue
Block a user