mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-19 10:32:26 +02:00
feat: persist request url changes upon saving them
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user