added save button to save a partial rep before completion

This commit is contained in:
2024-05-08 10:05:11 +01:00
parent 5eab395968
commit 08ddfa386a
4 changed files with 98 additions and 13 deletions
+1 -1
View File
@@ -614,7 +614,7 @@ export const getLPA = () => {
return axios
.get(BASE_URL + "/api/endpoint/getlpa_api")
.then((res) => {
//console.log(res.data);
console.log(res.data);
return res.data;
})
.catch((error) => {