Skip to content

Commit 65a2376

Browse files
committed
CourseHomeworkExperimental: исправление для тегов
1 parent 1db06e3 commit 65a2376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Homeworks/CourseHomeworkExperimental.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const CourseHomeworkEditor: FC<{
189189
x.includes("переписывание") ||
190190
x.includes("тест"))
191191
? TestTag : undefined)
192-
}, [title]);
192+
}, [title, tags]);
193193

194194
const deleteHomework = async () => {
195195
if (!isNewHomework) await ApiSingleton.homeworksApi.homeworksDeleteHomework(homeworkId)

0 commit comments

Comments
 (0)