Add missing eslint React rules and fix the linter errors.

This commit is contained in:
Aditya Toshniwal
2024-10-01 16:32:04 +05:30
committed by GitHub
parent 485c654c6e
commit c6d7a0a8da
19 changed files with 223 additions and 160 deletions

View File

@@ -161,6 +161,7 @@ function RightPanel({ schema, refreshKey, ...props }) {
RightPanel.propTypes = {
schema: PropTypes.object,
refreshKey: PropTypes.number,
initValues: PropTypes.object,
onDataChange: PropTypes.func
};