Sven Klemm 7 سال پیش
والد
کامیت
02abda7d92
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/core/components/sql_part/sql_part_editor.ts

+ 1 - 1
public/app/core/components/sql_part/sql_part_editor.ts

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