Cretate delete project confirm dialog

This commit is contained in:
Takeshi Kimata
2024-05-26 13:11:06 +09:00
parent 8832d9b9e7
commit 691684e9b7
9 changed files with 70 additions and 16 deletions

View File

@@ -106,7 +106,6 @@ async function deleteProject(jwt: string, projectId: number) {
Authorization: `Bearer ${jwt}`,
},
};
console.log(jwt);
const url = `${apiServer}/projects/${projectId}`;