Expose tournamentDetailsState for direct access to loading and error states

This commit is contained in:
2026-01-29 14:29:45 +00:00
parent 8ba97c9d8b
commit 1c880e39d1

View File

@@ -247,6 +247,7 @@ export function useChallongeTests(client, apiVersion, tournamentScope) {
totalTournaments, totalTournaments,
hasNextPage, hasNextPage,
tournamentDetails, tournamentDetails,
tournamentDetailsState, // Expose for direct access to loading/error
// Computed // Computed
paginationInfo, paginationInfo,