File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/dashboard/Data/Browser Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import { Helmet } from 'react-helmet';
41
41
import generatePath from 'lib/generatePath' ;
42
42
import { withRouter } from 'lib/withRouter' ;
43
43
import { get } from 'lib/AJAX' ;
44
- import { setBasePath } from 'lib/AJAX' ;
45
44
46
45
// The initial and max amount of rows fetched by lazy loading
47
46
const MAX_ROWS_FETCHED = 200 ;
@@ -212,7 +211,6 @@ class Browser extends DashboardView {
212
211
componentDidMount ( ) {
213
212
this . addLocation ( this . props . params . appId ) ;
214
213
window . addEventListener ( 'mouseup' , this . onMouseUpRowCheckBox ) ;
215
- setBasePath ( '/' ) ;
216
214
get ( '/parse-dashboard-config.json' ) . then ( data => {
217
215
this . setState ( { configData : data } ) ;
218
216
this . classAndCloudFuntionMap ( this . state . configData ) ;
You can’t perform that action at this time.
0 commit comments