fix: remount TestcaseGenerator on modal open to reset state

This commit is contained in:
2026-05-19 04:02:00 -06:00
parent 3b7b518109
commit 5c037bb438

View File

@@ -665,6 +665,7 @@ watch(
:mask-closable="false"
>
<TestcaseGenerator
v-if="showGeneratorModal"
:answers="problem.answers"
@uploaded="handleTestcasesGenerated"
/>