@oliasoft-open-source/react-ui-library 5.11.3-beta-1 → 5.11.3
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5081,13 +5081,13 @@ const TableImportExport = ({ config: e, smartUploadConfig: t, testId: n }) => {
|
|
|
5081
5081
|
...H.length ? [{
|
|
5082
5082
|
section: [...H, ...G],
|
|
5083
5083
|
name: "import-options",
|
|
5084
|
-
iconName: "
|
|
5084
|
+
iconName: "import",
|
|
5085
5085
|
tooltip: k("import")
|
|
5086
5086
|
}] : [],
|
|
5087
5087
|
...U.length ? [{
|
|
5088
5088
|
section: U,
|
|
5089
5089
|
name: "export-options",
|
|
5090
|
-
iconName: "
|
|
5090
|
+
iconName: "export",
|
|
5091
5091
|
tooltip: k("export")
|
|
5092
5092
|
}] : [],
|
|
5093
5093
|
...W.length ? [{
|
package/package.json
CHANGED