Cretate delete project confirm dialog
This commit is contained in:
@@ -106,7 +106,6 @@ async function deleteProject(jwt: string, projectId: number) {
|
||||
Authorization: `Bearer ${jwt}`,
|
||||
},
|
||||
};
|
||||
console.log(jwt);
|
||||
|
||||
const url = `${apiServer}/projects/${projectId}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user