mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): minor fixes to breaking out query editor row into reusable component
This commit is contained in:
@@ -11,7 +11,7 @@ function queryEditorRowDirective() {
|
||||
restrict: 'E',
|
||||
templateUrl: 'public/app/features/panel/partials/query_editor_row.html',
|
||||
transclude: true,
|
||||
scope: { ctrl: "=" },
|
||||
scope: {ctrl: "="},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user