mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed a couple of SonarQube issues.
This commit is contained in:
committed by
Akshay Joshi
parent
43022b7aa2
commit
b128ba2f57
@@ -1065,7 +1065,7 @@ export function ResultSet() {
|
||||
return deletedKeys.indexOf(row[rsu.current.clientPK]) == -1;
|
||||
});
|
||||
});
|
||||
setColumns(columns);
|
||||
setColumns((prev)=>prev);
|
||||
}
|
||||
dispatchDataChange({type: 'reset'});
|
||||
setSelectedRows(new Set());
|
||||
|
||||
Reference in New Issue
Block a user