diff --git a/web-react/src/components/query-table-actions/index.jsx b/web-react/src/components/query-table-actions/index.jsx index d509d3f..0b59588 100644 --- a/web-react/src/components/query-table-actions/index.jsx +++ b/web-react/src/components/query-table-actions/index.jsx @@ -26,7 +26,7 @@ export default class QueryTableActions extends Component { (series && node.className == className) || (!node.nextElementSibling && node.className == className) ) { - node.remove() + node.style.display = 'none' series = false } else if (node.className == className) { series = true