Commit a718c6df authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

template catro!

See merge request !1363
parents bfb82284 25358045
......@@ -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