itizawa %!s(int64=5) %!d(string=hai) anos
pai
achega
a331a6e5d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/services/AppContainer.js

+ 1 - 1
src/client/js/services/AppContainer.js

@@ -114,7 +114,7 @@ export default class AppContainer extends Container {
       }
 
       if (event.key === 'c') {
-        console.log(event);
+        this.setState({ isPageCreateModalShown: true });
       }
     });
   }