Skip to content

Commit

Permalink
chore: update influxql to be capitalized in dropdown list (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
appletreeisyellow authored Mar 2, 2023
1 parent 12eefe5 commit 9153cab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/dataExplorer/components/ScriptQueryBuilder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@
.script-dropdown__sql {
text-transform: uppercase;
}
.script-dropdown__influxQL {
text-transform: capitalize;
}
2 changes: 1 addition & 1 deletion src/dataExplorer/components/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const SCRIPT_EDITOR_PARAMS = '?fluxScriptEditor'
export enum LanguageType {
FLUX = 'flux',
SQL = 'sql',
INFLUXQL = 'influxql',
INFLUXQL = 'influxQL',
}
export interface ResourceConnectedQuery<T> {
type: ResourceType
Expand Down

0 comments on commit 9153cab

Please sign in to comment.