code7-leia 0.1.180 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1602,9 +1602,12 @@ var FileArea = function FileArea() {
1602
1602
  title: t.fileArea.emptyState.title,
1603
1603
  description: t.fileArea.emptyState.description,
1604
1604
  activeButton: true,
1605
- iconButton: React__default.createElement(fa.FaUpload, {
1605
+ iconButton: React__default.createElement("button", {
1606
+ id: 'button-upload',
1607
+ onClick: handleOpenModal
1608
+ }, React__default.createElement(fa.FaUpload, {
1606
1609
  size: 14
1607
- }),
1610
+ }), " ", t.fileArea.fileUpload),
1608
1611
  descriptionButton: t.fileArea.fileUpload,
1609
1612
  widthButton: "230px"
1610
1613
  }) : React__default.createElement(Table$1, null, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {