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 {
179
179
}
180
180
181
181
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 ) {
183
183
if ( this . props . params . appId !== nextProps . params . appId || ! this . props . params . className ) {
184
184
this . setState ( { counts : { } } ) ;
185
185
Parse . Object . _clearAllState ( ) ;
You can’t perform that action at this time.
0 commit comments