Fix var complete and env dialog actions

This commit is contained in:
Gregory Schier
2023-10-29 11:18:55 -07:00
parent 9e2803fcfb
commit 18eb0027a1
5 changed files with 72 additions and 32 deletions

View File

@@ -127,6 +127,7 @@ export function GraphQLEditor({ defaultValue, onChange, baseRequest, ...extraEdi
onChange={handleChangeVariables}
placeholder="{}"
useTemplating
autocompleteVariables
{...extraEditorProps}
/>
</div>