Cretate delete project confirm dialog
This commit is contained in:
@@ -20,7 +20,7 @@ async function fetchProject(jwt: string, projectId: number) {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
Authorization: jwt,
|
||||
Authorization: `Bearer ${jwt}`,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user