feat: persist request url changes upon saving them

This commit is contained in:
Anoop M D
2022-03-16 01:00:35 +05:30
parent 7370ec63d1
commit e471d94fbc
7 changed files with 59 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ const QueryUrl = ({value, onChange, handleRun, collections}) => {
</div>
<div className="flex items-center flex-grow input-container h-full">
<input
className="px-3 w-full"
className="px-3 w-full mousetrap"
type="text" defaultValue={value}
onChange={(event) => onChange(event.target.value)}
/>