We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c7eb0 commit b1e7d36Copy full SHA for b1e7d36
src/pages/DataSamplesPage.tsx
@@ -30,8 +30,8 @@ const DataSamplesPage = () => {
30
const [selectedActionIdx, setSelectedActionIdx] = useState<number>(0);
31
32
useEffect(() => {
33
- updateOrCreateProject();
34
- }, []);
+ void updateOrCreateProject();
+ }, [updateOrCreateProject]);
35
36
const navigate = useNavigate();
37
const trainModelFlowStart = useStore((s) => s.trainModelFlowStart);
0 commit comments