Add variable highlighting widgets

This commit is contained in:
Gregory Schier
2023-02-26 15:06:14 -08:00
parent 6ee652ca75
commit f30b78ea1f
11 changed files with 403 additions and 68 deletions
+1
View File
@@ -54,6 +54,7 @@ function App() {
/>
<Editor
key={request.id}
useTemplating
defaultValue={request.body}
contentType="application/json"
onChange={(body) => updateRequest.mutate({ body })}