mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 14:23:03 -04:00
lots of small tweaks
This commit is contained in:
@@ -7,7 +7,7 @@ const RequestBodyEditor = ({body, contentType, onChange, className}) => (
|
||||
className={className}
|
||||
onChange={onChange}
|
||||
mode={contentType}
|
||||
lineWrapping={false}
|
||||
lineWrapping={true}
|
||||
placeholder="request body here..."
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user