sag_components 1.0.905 → 1.0.906

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.
@@ -201,8 +201,7 @@ const ReportTable = props => {
201
201
  });
202
202
  }
203
203
  return /*#__PURE__*/_react.default.createElement(_ReportTable.Th, {
204
- key: index,
205
- onMouseLeave: () => setShowPortal(false)
204
+ key: index
206
205
  }, /*#__PURE__*/_react.default.createElement("div", {
207
206
  style: {
208
207
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.905",
3
+ "version": "1.0.906",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {