router config changes
This commit is contained in:
@@ -21,9 +21,7 @@ export const Route = createFileRoute('/_authed/tournaments/')({
|
||||
withBackButton: true,
|
||||
title: 'Tournaments',
|
||||
},
|
||||
refresh: {
|
||||
toRefresh: tournamentQueries.list().queryKey,
|
||||
}
|
||||
refresh: tournamentQueries.list().queryKey
|
||||
}),
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user