fix spelling

This commit is contained in:
Sven Klemm 2018-07-09 14:47:59 +02:00
parent 2d951ba611
commit 02abda7d92

View File

@ -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]);
}