Skip to content

Commit 5252092

Browse files
committed
Remove unnecessary state update
1 parent 4716119 commit 5252092

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/fragments/AgGrid.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,6 @@ export function DashAgGrid(props) {
14161416
if (gridApi && gridApi !== prevGridApi) {
14171417
// Hydrate virtualRowData and finalize setup
14181418
onFilterChanged(true);
1419-
setColumnState_push(false);
14201419
updateColumnState();
14211420
}
14221421
}, [

0 commit comments

Comments
 (0)