Skip to content

Commit

Permalink
Merge pull request #941 from chatatechnologies/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alexzhou-chata authored Nov 19, 2024
2 parents 195e676 + 25cc016 commit 9352820
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.43",
"version": "8.8.44",
"description": "React Widget Library",
"main": "dist/autoql.cjs.js",
"module": "dist/autoql.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/SelectableTable/SelectableTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class SelectableTable extends React.Component {
checked={this.props.selectedColumns?.includes(i)}
onChange={() => this.onColumnHeaderClick(i)}
/>
<span data-tooltip-id={this.props.tooltipID} data-tooltip-content='This is an additional selectable column'>
<span data-tooltip-id={this.props.tooltipID} data-tooltip-content='This is an additional selected column'>
{this.props.additionalSelectColumns.includes(i) && <Icon type='info' className='additional-column-info' />}
</span>
</div>
Expand Down

0 comments on commit 9352820

Please sign in to comment.