Merge branch 'develop' of github.com:getinsomnia/insomnia into develop

This commit is contained in:
Gregory Schier 2018-03-26 09:40:07 -07:00
commit 11a616b011
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
Be help prevent duplicates by searching existing issues first 🙂 Please help prevent duplicates by searching existing issues first 🙂
Here are a few helpful tips, depending on what type of issue you are creating: Here are a few helpful tips, depending on what type of issue you are creating:

View File

@ -118,7 +118,7 @@ class RequestHeadersEditor extends PureComponent {
<div className="scrollable"> <div className="scrollable">
<KeyValueEditor <KeyValueEditor
sortable sortable
namePlaceholder="My-Header" namePlaceholder="Header"
valuePlaceholder="Value" valuePlaceholder="Value"
pairs={headers} pairs={headers}
nunjucksPowerUserMode={nunjucksPowerUserMode} nunjucksPowerUserMode={nunjucksPowerUserMode}