Csy817 hace 7 años
padre
commit
909bd0d14f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/common/schema/Schema.jsx

+ 1 - 0
src/components/common/schema/Schema.jsx

@@ -32,6 +32,7 @@ class Schema extends Component {
 
     componentWillReceiveProps(next) {
         this.setState({
+            currentTable: '',
             schemaID: next.schemaID,
             schemaName: next.schemaName
         });