diff --git a/frontend/src/Editor/Inspector/Components/Table.jsx b/frontend/src/Editor/Inspector/Components/Table.jsx index 5b2c45c6b8..92012a4c48 100644 --- a/frontend/src/Editor/Inspector/Components/Table.jsx +++ b/frontend/src/Editor/Inspector/Components/Table.jsx @@ -453,7 +453,7 @@ class Table extends React.Component {
{item.name}
- this.removeColumn(index)}>x + this.removeColumn(index)} class="svg-icon" src="/assets/images/icons/trash.svg" width="12" height="12"/>
@@ -466,11 +466,11 @@ class Table extends React.Component {
- +