mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 20:18:28 -05:00
Fix SonarQube issues
This commit is contained in:
@@ -771,8 +771,4 @@ ResultGridComponent.propTypes = {
|
||||
transId: PropTypes.number,
|
||||
sourceData: PropTypes.object,
|
||||
targetData: PropTypes.object,
|
||||
'sourceData.sid': PropTypes.number,
|
||||
'sourceData.did': PropTypes.number,
|
||||
'targetData.sid': PropTypes.number,
|
||||
'targetData.did': PropTypes.number,
|
||||
};
|
||||
|
||||
@@ -810,6 +810,4 @@ export function SchemaDiffCompare({ params }) {
|
||||
|
||||
SchemaDiffCompare.propTypes = {
|
||||
params: PropTypes.object,
|
||||
'params.transId': PropTypes.number,
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user