Commit 16c0057b authored by faisalhamdi's avatar faisalhamdi

template catro!

parent 4bedd07a
...@@ -374,7 +374,7 @@ export default class CatRevision extends Component { ...@@ -374,7 +374,7 @@ export default class CatRevision extends Component {
let url = window.URL.createObjectURL(res); let url = window.URL.createObjectURL(res);
let a = document.createElement('a'); let a = document.createElement('a');
a.href = url; a.href = url;
a.download = 'Template Corporate Annual Target - Revisi.xlsx'; a.download = 'Template ROLLING OUTLOOK & CAT REVISION - Corporate Annual Target.xlsx';
a.click(); a.click();
} }
} }
...@@ -391,7 +391,7 @@ export default class CatRevision extends Component { ...@@ -391,7 +391,7 @@ export default class CatRevision extends Component {
let url = window.URL.createObjectURL(res); let url = window.URL.createObjectURL(res);
let a = document.createElement('a'); let a = document.createElement('a');
a.href = url; a.href = url;
a.download = 'Corporate Annual Target - Revisi.xlsx'; a.download = 'ROLLING OUTLOOK & CAT REVISION - Corporate Annual Target.xlsx';
a.click(); 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