mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix(evaluations): prevent duplicate leaderboard API requests on navigation (#25934)
This commit is contained in:
parent
5f3a628a8d
commit
6f2e97aa58
1 changed files with 0 additions and 4 deletions
|
|
@ -2,11 +2,7 @@
|
|||
import { goto } from '$app/navigation';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import Evaluations from '$lib/components/admin/Evaluations.svelte';
|
||||
|
||||
onMount(() => {
|
||||
goto('/admin/evaluations/leaderboard');
|
||||
});
|
||||
</script>
|
||||
|
||||
<Evaluations />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue