mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fix minor typo (#5776)
This commit is contained in:
parent
96da078566
commit
aa815359f8
1 changed files with 1 additions and 1 deletions
|
|
@ -5369,7 +5369,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
|
|||
type: 'select',
|
||||
displayName: 'Selector',
|
||||
options: [
|
||||
{ name: 'Recatangle', value: 'RECTANGLE' },
|
||||
{ name: 'Rectangle', value: 'RECTANGLE' },
|
||||
{ name: 'Point', value: 'POINT' },
|
||||
],
|
||||
validation: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue