Daniel Zlotin 8 anni fa
parent
commit
04ac8f4a88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/containers/ContainerRegistry.js

+ 1
- 1
src/containers/ContainerRegistry.js Vedi File

14
     constructor(props) {
14
     constructor(props) {
15
       super(props);
15
       super(props);
16
       if (!props.containerId) {
16
       if (!props.containerId) {
17
-        //throw new Error(`Container ${containerKey} does not have a containerId!`);
17
+        throw new Error(`Container ${containerKey} does not have a containerId!`);
18
       }
18
       }
19
       this.state = {
19
       this.state = {
20
         containerId: props.containerId,
20
         containerId: props.containerId,