Create test run editor

This commit is contained in:
Takeshi Kimata
2024-04-13 00:18:11 +09:00
parent 5f9d849ee1
commit 4b2608d176
10 changed files with 238 additions and 258 deletions

View File

@@ -1,5 +1,6 @@
import Config from "@/config/config";
const apiServer = Config.apiServer;
import { CaseType } from "@/types/case";
/**
* fetch case
@@ -76,7 +77,7 @@ async function fetchDeleteStep(stepId: number, parentCaseId: number) {
}
/**
* Update folder
* Update case
*/
async function updateCase(updateCaseData: CaseType) {
const fetchOptions = {