Skip to content

Commit f1d90be

Browse files
committed
opting for test against undefined
1 parent fe0ecb0 commit f1d90be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/fragments/AgGrid.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ export default class DashAgGrid extends Component {
782782
// Call the API to select rows unless the update was triggered by a selection made in the UI
783783
if (
784784
!equals(selectedRows, prevProps.selectedRows) &&
785-
!(loading_state
785+
!(loading_state !== undefined
786786
? loading_state && this.selectionEventFired
787787
: this.selectionEventFired)
788788
) {

0 commit comments

Comments
 (0)