Csy817 před 7 roky
rodič
revize
909bd0d14f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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
         });