Skip to content

Commit

Permalink
delete unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhou-chata committed Nov 5, 2024
1 parent ec3ea2e commit 4ab60ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autoql",
"version": "8.8.31",
"version": "8.8.32",
"description": "React Widget Library",
"main": "dist/autoql.cjs.js",
"module": "dist/autoql.esm.js",
Expand Down
2 changes: 0 additions & 2 deletions src/components/ChatContent/ChatContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ export default class ChatContent extends React.Component {
authentication: authenticationType.isRequired,
autoQLConfig: autoQLConfigType.isRequired,
dataFormatting: dataFormattingType,
clearOnClose: PropTypes.bool.isRequired,
enableVoiceRecord: PropTypes.bool.isRequired,
maxMessages: PropTypes.number.isRequired,
introMessage: PropTypes.string.isRequired,
inputPlaceholder: PropTypes.string.isRequired,
enableDynamicCharting: PropTypes.bool.isRequired,
autoChartAggregations: PropTypes.bool.isRequired,
Expand Down

0 comments on commit 4ab60ed

Please sign in to comment.