mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix spelling issue (#28904)
This commit is contained in:
committed by
GitHub
parent
1d7fda4db6
commit
5b00b500a7
@@ -114,7 +114,7 @@ export class QueryEditor extends PureComponent<Props> {
|
||||
placeholder="Select measurements channel"
|
||||
isClearable={true}
|
||||
noOptionsMessage="Enter channel name"
|
||||
formatCreateLabel={(input: string) => `Conncet to: ${input}`}
|
||||
formatCreateLabel={(input: string) => `Connect to: ${input}`}
|
||||
/>
|
||||
</InlineField>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user