Rewrote twig grammar

This commit is contained in:
Gregory Schier
2023-03-19 22:12:11 -07:00
parent 241f2f39ec
commit f4a3109a31
10 changed files with 42 additions and 49 deletions

View File

@@ -80,7 +80,7 @@ export function RequestPane({ fullHeight, className }: Props) {
<TabContent value="params">
<ParametersEditor key={activeRequestId} parameters={[]} onChange={() => null} />
</TabContent>
<TabContent value="body" className="mt-1">
<TabContent value="body" className="pl-3 mt-1">
{activeRequest.bodyType === 'json' ? (
<Editor
key={activeRequest.id}