mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 14:23:03 -04:00
fix: Added manual prettify for multipart editor (#2571)
Co-authored-by: Opender Singh <opender94@gmail.com>
This commit is contained in:
@@ -158,6 +158,7 @@ class CodePromptModal extends PureComponent {
|
||||
<div className="form-control form-control--outlined form-control--tall tall">
|
||||
<CodeEditor
|
||||
hideLineNumbers
|
||||
manualPrettify
|
||||
className="tall"
|
||||
defaultValue={defaultValue}
|
||||
placeholder={placeholder}
|
||||
|
||||
Reference in New Issue
Block a user