diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:29:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:29:36 +0200 |
| commit | ceb342df85308e45729067d4b56aa5b2fbaabc49 (patch) | |
| tree | dad476e19c2a9513a93a999081e5f5013f18a921 /app/client/live/index.js | |
| parent | f694d542efa0cc5a819298f64b84d12e5af87527 (diff) | |
cmdz
Diffstat (limited to 'app/client/live/index.js')
| -rw-r--r-- | app/client/live/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/live/index.js b/app/client/live/index.js index 5b5e1d6..51190b2 100644 --- a/app/client/live/index.js +++ b/app/client/live/index.js @@ -13,6 +13,8 @@ class App extends Component { constructor(props){ super() props.actions.get_params() + props.actions.list_checkpoints() + props.actions.list_datasets() } render(){ const props = this.props |
