mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
on load, read query string off window to first request
This commit is contained in:
@@ -37,7 +37,12 @@ class App extends React.Component {
|
||||
this._onURLChanged();
|
||||
|
||||
this.props.dispatch(actions.initialize())
|
||||
this.props.dispatch(actions.requestCells())
|
||||
|
||||
/*
|
||||
first request includes query straight off the url bar for now,
|
||||
|
||||
*/
|
||||
this.props.dispatch(actions.requestCells(window.location.search))
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user