mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
fix spelling
This commit is contained in:
parent
2d951ba611
commit
02abda7d92
@ -106,7 +106,7 @@ export function sqlPartEditorDirective($compile, templateSrv) {
|
||||
return op.value;
|
||||
});
|
||||
|
||||
// add current value to dropdown if its not in dynamicOptions
|
||||
// add current value to dropdown if it's not in dynamicOptions
|
||||
if (_.indexOf(dynamicOptions, part.params[paramIndex]) === -1) {
|
||||
dynamicOptions.unshift(part.params[paramIndex]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user