We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6444b54 commit 8cdae99Copy full SHA for 8cdae99
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.8.13",
+ "version": "4.8.14",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/table/body/row.js
@@ -88,7 +88,6 @@ export default memo(
88
}`}
89
onClick={useCallback(
90
e => {
91
- e.preventDefault()
92
e.stopPropagation()
93
94
if (row.getCanExpand()) {
0 commit comments