Skip to content
Snippets Groups Projects
Commit 8e20f440 authored by Ramesh Kumar's avatar Ramesh Kumar Committed by Nithya Santhanam
Browse files

TMSS-894: Test Data for project report based on new API data structure.

parent 82be383c
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!524TMSS-894: TMSS-902 Move to top button added in cycle report, TMSS-903 Dialog...,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
...@@ -8,6 +8,7 @@ const ReportService = { ...@@ -8,6 +8,7 @@ const ReportService = {
try { try {
const response = await axios.get(`/api/project/${project}/report/`); const response = await axios.get(`/api/project/${project}/report/`);
reportData = response.data; reportData = response.data;
// TODO: TEST DATA to be removed
reportData = { reportData = {
"project": "test_for_report", "project": "test_for_report",
"quota": [ "quota": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment