Additional methods and tweaks

This commit is contained in:
Gregory Schier
2023-02-24 14:10:25 -08:00
parent 0901690ed6
commit 9e1393a392
4 changed files with 9 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ function App() {
onUrlChange={setUrl}
sendRequest={sendRequest}
/>
<Editor value="" contentType={contentType} />
<Editor value={`{\n "foo": "bar"\n}`} contentType="application/json" />
</VStack>
</VStack>
<VStack className="w-full">