🔧 Fix binding of loading and error states to use reactive values
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
<template #tournament-details="{ tournament, isExpanded }">
|
||||
<TournamentDetail
|
||||
:tournament-details="tournamentDetails"
|
||||
:loading="tournamentDetailsState.isLoading"
|
||||
:loading="tournamentDetailsState.isLoading.value"
|
||||
:error="tournamentDetailsState.error.value"
|
||||
:is-expanded="isExpanded"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user