mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix typo in Chart widget (#5836)
This commit is contained in:
parent
a5cb4e5da2
commit
507490c995
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class Chart extends React.Component {
|
|||
|
||||
if (plotFromJson) {
|
||||
items.push({
|
||||
title: 'Json description',
|
||||
title: 'JSON description',
|
||||
children: (
|
||||
<CodeHinter
|
||||
currentState={this.props.currentState}
|
||||
|
|
|
|||
Loading…
Reference in a new issue