@taikai/rocket-kit 2.0.0-beta.7 → 2.0.0-beta.8
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/rocket-kit.cjs.development.js +4 -1
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +1 -1
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +4 -1
- package/dist/rocket-kit.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -2560,7 +2560,10 @@ const Table$1 = props => {
|
|
|
2560
2560
|
}))))))), isVisible && /*#__PURE__*/React__default.createElement(ActionMenuList, {
|
|
2561
2561
|
actions: actions,
|
|
2562
2562
|
data: rowData,
|
|
2563
|
-
rowIndex: rowIndex
|
|
2563
|
+
rowIndex: rowIndex,
|
|
2564
|
+
handleOptionClick: () => {
|
|
2565
|
+
setIsVisible(false);
|
|
2566
|
+
}
|
|
2564
2567
|
})));
|
|
2565
2568
|
};
|
|
2566
2569
|
|