Skip to content

Commit a696319

Browse files
authored
Update index.tsx
1 parent 270a549 commit a696319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/students/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function Students({
120120
}, [formError]);
121121
async function onSubmit() {
122122
if (!record) return;
123-
console.log(record);
124123

125124
const recordSchema = z.object({
126125
first_name: z.string().regex(/^[a-zA-Z\s-]+$/),

0 commit comments

Comments
 (0)