File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/dashboard/Data/Browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ class Browser extends DashboardView {
179179 }
180180
181181 componentWillReceiveProps ( nextProps , nextContext ) {
182- if ( this . props . params . appId !== nextProps . params . appId || this . props . params . className !== nextProps . params . className || this . props . location . search !== nextProps . location . search ) {
182+ if ( this . props . params . appId !== nextProps . params . appId || this . props . params . className !== nextProps . params . className || this . props . location . search !== nextProps . location . search || this . props . params ?. relationName !== nextProps . params ?. relationName ) {
183183 if ( this . props . params . appId !== nextProps . params . appId || ! this . props . params . className ) {
184184 this . setState ( { counts : { } } ) ;
185185 Parse . Object . _clearAllState ( ) ;
You can’t perform that action at this time.
0 commit comments