Fix test case table link

This commit is contained in:
Takeshi Kimata
2024-03-24 13:20:36 +09:00
parent 1bd446e66a
commit a85e85c67c
2 changed files with 6 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ export default function Page({
return (
<>
<TestCaseTable
projectId={params.folderId}
projectId={params.projectId}
cases={cases}
onCreateCase={() => handleCreateCase(params.folderId)}
onDeleteCase={handleDeleteCase}