code7-leia 0.1.180 → 0.2.1

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.
@@ -1603,7 +1603,8 @@ var FileArea = function FileArea() {
1603
1603
  description: t.fileArea.emptyState.description,
1604
1604
  activeButton: true,
1605
1605
  iconButton: React__default.createElement(fa.FaUpload, {
1606
- size: 14
1606
+ size: 14,
1607
+ onClick: handleOpenModal
1607
1608
  }),
1608
1609
  descriptionButton: t.fileArea.fileUpload,
1609
1610
  widthButton: "230px"