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

@@ -20,7 +20,7 @@ async function fetchProject(jwt: string, projectId: number) {
method: 'GET',
headers: {
'Content-Type': 'application/json',
Authorization: jwt,
Authorization: `Bearer ${jwt}`,
},
};