mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix typo in SQL editor placeholders #52846
This commit is contained in:
parent
6968478d94
commit
e5d89ddb95
@ -93,7 +93,7 @@ export const ConfigurationEditor = (props: DataSourcePluginOptionsEditorProps<Ms
|
||||
width={longWidth}
|
||||
name="database"
|
||||
value={options.database || ''}
|
||||
placeholder="datbase name"
|
||||
placeholder="database name"
|
||||
onChange={onDSOptionChanged('database')}
|
||||
></Input>
|
||||
</InlineField>
|
||||
|
@ -55,7 +55,7 @@ export const ConfigurationEditor = (props: DataSourcePluginOptionsEditorProps<My
|
||||
width={longWidth}
|
||||
name="database"
|
||||
value={options.database || ''}
|
||||
placeholder="datbase name"
|
||||
placeholder="database name"
|
||||
onChange={onDSOptionChanged('database')}
|
||||
></Input>
|
||||
</InlineField>
|
||||
|
@ -94,7 +94,7 @@ export const PostgresConfigEditor = (props: DataSourcePluginOptionsEditorProps<P
|
||||
width={40}
|
||||
name="database"
|
||||
value={options.database || ''}
|
||||
placeholder="datbase name"
|
||||
placeholder="database name"
|
||||
onChange={onDSOptionChanged('database')}
|
||||
></Input>
|
||||
</InlineField>
|
||||
|
Loading…
Reference in New Issue
Block a user