fix: explore warnings cleanup (#20864)

This commit is contained in:
Diego Medina
2022-07-26 02:28:50 -03:00
committed by GitHub
parent 6b0c3032b2
commit 5d107b86ab
10 changed files with 7 additions and 84 deletions

View File

@@ -62,7 +62,7 @@ const propTypes = {
vizType: PropTypes.string.isRequired,
form_data: PropTypes.object,
ownState: PropTypes.object,
standalone: PropTypes.number,
standalone: PropTypes.bool,
force: PropTypes.bool,
timeout: PropTypes.number,
chartIsStale: PropTypes.bool,