mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Included JSX files in the linter check.
This commit is contained in:
committed by
Akshay Joshi
parent
ffdd58ffb4
commit
c88a63edf8
@@ -81,8 +81,10 @@ export default function BaseChart({type='line', id, options, data, redraw=false,
|
||||
|
||||
BaseChart.propTypes = {
|
||||
type: PropTypes.string.isRequired,
|
||||
id: PropTypes.string,
|
||||
data: PropTypes.object.isRequired,
|
||||
options: PropTypes.object,
|
||||
redraw: PropTypes.bool,
|
||||
updateOptions: PropTypes.object,
|
||||
onInit: PropTypes.func,
|
||||
onUpdate: PropTypes.func,
|
||||
|
||||
Reference in New Issue
Block a user