Skip to content

Commit 270a549

Browse files
Update src/pages/students/index.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent df32ce5 commit 270a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/students/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function Students({
117117
clearTimeout(timeoutId);
118118
}
119119
};
120-
});
120+
}, [formError]);
121121
async function onSubmit() {
122122
if (!record) return;
123123
console.log(record);

0 commit comments

Comments
 (0)