fixed empty project description

This commit is contained in:
2021-10-27 11:47:19 +01:00
parent 5106cc918b
commit aa3fbb10cf
12 changed files with 258 additions and 184 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ export const getLPA = (token) => {
azureHeaders(token)
)
.then((res) => {
// console.log(res.data);
console.log(res.data);
return res.data;
})
.catch((error) => {