Fix "export to sheet" icon in Form responses

pull/1/head
David Benqué 2021-11-03 15:11:22 +00:00
parent 76124ae704
commit f995364f7e
1 changed files with 1 additions and 1 deletions

View File

@ -2639,7 +2639,7 @@ define([
// Export in "sheet"
var export2Button = h('button.btn.btn-primary', [
h('i.cptools.fa-file-excel-o'),
h('i.fa.fa-file-excel-o'),
Messages.form_exportSheet
]);
$(export2Button).appendTo($controls);