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';
4141import generatePath from 'lib/generatePath' ;
4242import { withRouter } from 'lib/withRouter' ;
4343import { get } from 'lib/AJAX' ;
44- import { setBasePath } from 'lib/AJAX' ;
4544
4645// The initial and max amount of rows fetched by lazy loading
4746const MAX_ROWS_FETCHED = 200 ;
@@ -212,7 +211,6 @@ class Browser extends DashboardView {
212211 componentDidMount ( ) {
213212 this . addLocation ( this . props . params . appId ) ;
214213 window . addEventListener ( 'mouseup' , this . onMouseUpRowCheckBox ) ;
215- setBasePath ( '/' ) ;
216214 get ( '/parse-dashboard-config.json' ) . then ( data => {
217215 this . setState ( { configData : data } ) ;
218216 this . classAndCloudFuntionMap ( this . state . configData ) ;
You can’t perform that action at this time.
0 commit comments