mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 07:08:16 -04:00
make websocket immutable headers read-only in UI (#6872)
This commit is contained in:
@@ -128,12 +128,14 @@ export const KeyValueEditor: FC<Props> = ({
|
||||
<input
|
||||
style={{ width: '100%' }}
|
||||
defaultValue={pair.name}
|
||||
readOnly
|
||||
/>
|
||||
</div>
|
||||
<div className="form-control form-control--underlined form-control--wide">
|
||||
<input
|
||||
style={{ width: '100%' }}
|
||||
defaultValue={pair.value}
|
||||
readOnly
|
||||
/>
|
||||
</div>
|
||||
<button><i className="fa fa-empty" /></button>
|
||||
|
||||
Reference in New Issue
Block a user