Skip to content
Snippets Groups Projects
Unverified Commit 997066cc authored by ali asaria's avatar ali asaria Committed by GitHub
Browse files

Merge pull request #282 from transformerlab/fix/evaluate-bug

Fix Evaluate Tab breaking upon initial render
parents 8f860090 7f23273a
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ const EvalJobsTable = () => { ...@@ -114,6 +114,7 @@ const EvalJobsTable = () => {
mutate: jobsMutate, mutate: jobsMutate,
} = useSWR(chatAPI.Endpoints.Jobs.GetJobsOfType('EVAL', ''), fetcher, { } = useSWR(chatAPI.Endpoints.Jobs.GetJobsOfType('EVAL', ''), fetcher, {
refreshInterval: 2000, refreshInterval: 2000,
fallbackData: [],
}); });
const handleOpenCSVModal = (jobId) => { const handleOpenCSVModal = (jobId) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment