Skip to content

Commit 6b122d7

Browse files
authored
Switch GraphQL variables code editor to json linting (#4756)
1 parent 4ac2c4a commit 6b122d7

File tree

1 file changed

+1
-1
lines changed
  • packages/bruno-app/src/components/RequestPane/GraphQLVariables

1 file changed

+1
-1
lines changed

packages/bruno-app/src/components/RequestPane/GraphQLVariables/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const GraphQLVariables = ({ variables, item, collection }) => {
6464
font={get(preferences, 'font.codeFont', 'default')}
6565
fontSize={get(preferences, 'font.codeFontSize')}
6666
onEdit={onEdit}
67-
mode="javascript"
67+
mode="application/json"
6868
onRun={onRun}
6969
onSave={onSave}
7070
enableVariableHighlighting={true}

0 commit comments

Comments
 (0)