We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new ParseDashboard()
1 parent fc02897 commit a9b8cd4Copy full SHA for a9b8cd4
src/dashboard/Data/Browser/Browser.react.js
@@ -41,7 +41,6 @@ import { Helmet } from 'react-helmet';
41
import generatePath from 'lib/generatePath';
42
import { withRouter } from 'lib/withRouter';
43
import { get } from 'lib/AJAX';
44
-import { setBasePath } from 'lib/AJAX';
45
46
// The initial and max amount of rows fetched by lazy loading
47
const MAX_ROWS_FETCHED = 200;
@@ -212,7 +211,6 @@ class Browser extends DashboardView {
212
211
componentDidMount() {
213
this.addLocation(this.props.params.appId);
214
window.addEventListener('mouseup', this.onMouseUpRowCheckBox);
215
- setBasePath('/');
216
get('/parse-dashboard-config.json').then(data => {
217
this.setState({ configData: data });
218
this.classAndCloudFuntionMap(this.state.configData);
0 commit comments