diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:47:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:47:18 +0200 |
| commit | 34573a4f34c862ee884d0a3fd5badb1d4af1d9c2 (patch) | |
| tree | fcdaf6b6182b92a91447c6fbad733eea7acdda56 /app/client/live/index.js | |
| parent | ceb342df85308e45729067d4b56aa5b2fbaabc49 (diff) | |
cmdz
Diffstat (limited to 'app/client/live/index.js')
| -rw-r--r-- | app/client/live/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/live/index.js b/app/client/live/index.js index 51190b2..c438e4b 100644 --- a/app/client/live/index.js +++ b/app/client/live/index.js @@ -14,7 +14,7 @@ class App extends Component { super() props.actions.get_params() props.actions.list_checkpoints() - props.actions.list_datasets() + props.actions.list_sequences() } render(){ const props = this.props |
