From 1c880e39d14252f1b27ec098662a45c30f5d2f47 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 14:29:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Expose=20tournamentDetailsState=20f?= =?UTF-8?q?or=20direct=20access=20to=20loading=20and=20error=20states?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../websites/pokedex.online/src/composables/useChallongeTests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/code/websites/pokedex.online/src/composables/useChallongeTests.js b/code/websites/pokedex.online/src/composables/useChallongeTests.js index ae4e14d..bb45ee0 100644 --- a/code/websites/pokedex.online/src/composables/useChallongeTests.js +++ b/code/websites/pokedex.online/src/composables/useChallongeTests.js @@ -247,6 +247,7 @@ export function useChallongeTests(client, apiVersion, tournamentScope) { totalTournaments, hasNextPage, tournamentDetails, + tournamentDetailsState, // Expose for direct access to loading/error // Computed paginationInfo,