Commit 4168e0d7 authored by r.kurnia's avatar r.kurnia

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into rifka

parents a1f438a7 a718c6df
......@@ -374,7 +374,7 @@ export default class CatRevision extends Component {
let url = window.URL.createObjectURL(res);
let a = document.createElement('a');
a.href = url;
a.download = 'Template Corporate Annual Target - Revisi.xlsx';
a.download = 'Template ROLLING OUTLOOK & CAT REVISION - Corporate Annual Target.xlsx';
a.click();
}
}
......@@ -391,7 +391,7 @@ export default class CatRevision extends Component {
let url = window.URL.createObjectURL(res);
let a = document.createElement('a');
a.href = url;
a.download = 'Corporate Annual Target - Revisi.xlsx';
a.download = 'ROLLING OUTLOOK & CAT REVISION - Corporate Annual Target.xlsx';
a.click();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment