mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 18:01:08 +01:00
Add variable highlighting widgets
This commit is contained in:
@@ -54,6 +54,7 @@ function App() {
|
||||
/>
|
||||
<Editor
|
||||
key={request.id}
|
||||
useTemplating
|
||||
defaultValue={request.body}
|
||||
contentType="application/json"
|
||||
onChange={(body) => updateRequest.mutate({ body })}
|
||||
|
||||
Reference in New Issue
Block a user