Skip to content

Commit

Permalink
Merge branch 'main' into zoltan/add-name-to-worflow-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi authored May 21, 2024
2 parents 17d0c52 + 5b9c200 commit 15c8218
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/views/VariableQueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { InlineField } from '@grafana/ui';

import QueryEditor from './QueryEditor';
import { GithubDataSource } from '../DataSource';
import { GitHubVariableQuery, DefaultQueryType, QueryType } from '../types';
import { GitHubVariableQuery, DefaultQueryType } from '../types';
import FieldSelect from '../components/FieldSelect';
import { isValid } from '../validation';

Expand Down Expand Up @@ -39,15 +39,6 @@ const VariableQueryEditor = (props: Props) => {
)
}
onRunQuery={() => {}}
queryTypes={[
QueryType.Repositories,
QueryType.Contributors,
QueryType.Tags,
QueryType.Releases,
QueryType.Labels,
QueryType.Milestones,
QueryType.Projects,
]}
/>
<InlineField labelWidth={20} label="Field Value" tooltip="This field determines the value used for the variable">
<FieldSelect
Expand Down

0 comments on commit 15c8218

Please sign in to comment.