update fix eslint,

This commit is contained in:
2025-05-16 12:51:32 +08:00
parent af5040ac6c
commit 57e25ef65f
144 changed files with 277 additions and 2597 deletions

View File

@@ -148,7 +148,7 @@ export function TeacherEditForm(): React.JSX.Element {
setIsUpdating(false);
}
},
[teacherId, router]
[teacherId, router, t]
);
const avatarInputRef = React.useRef<HTMLInputElement>(null);
@@ -197,7 +197,8 @@ export function TeacherEditForm(): React.JSX.Element {
setShowLoading(false);
}
},
[reset, setValue]
[reset, setValue, t]
);
React.useEffect(() => {