Csy817 7 rokov pred
rodič
commit
909bd0d14f
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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
         });