mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:01:48 +08:00
fix typo in SQL editor placeholders #52846
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user