Commit 5b00b500 by Sofia Papagiannaki Committed by GitHub

Chore: Fix spelling issue (#28904)

parent 1d7fda4d
...@@ -114,7 +114,7 @@ export class QueryEditor extends PureComponent<Props> { ...@@ -114,7 +114,7 @@ export class QueryEditor extends PureComponent<Props> {
placeholder="Select measurements channel" placeholder="Select measurements channel"
isClearable={true} isClearable={true}
noOptionsMessage="Enter channel name" noOptionsMessage="Enter channel name"
formatCreateLabel={(input: string) => `Conncet to: ${input}`} formatCreateLabel={(input: string) => `Connect to: ${input}`}
/> />
</InlineField> </InlineField>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment