mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add missing eslint React rules and fix the linter errors.
This commit is contained in:
@@ -161,6 +161,7 @@ function RightPanel({ schema, refreshKey, ...props }) {
|
||||
|
||||
RightPanel.propTypes = {
|
||||
schema: PropTypes.object,
|
||||
refreshKey: PropTypes.number,
|
||||
initValues: PropTypes.object,
|
||||
onDataChange: PropTypes.func
|
||||
};
|
||||
|
Reference in New Issue
Block a user