mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
Fix/params tests (#2398)
* fix: params test * undeclared variable old code
This commit is contained in:
parent
b63ae360fe
commit
2621c384c0
@ -126,7 +126,7 @@ const GenerateCodeItem = ({ collection, item, onClose }) => {
|
||||
) : (
|
||||
<div className="flex flex-col justify-center items-center w-full">
|
||||
<div className="text-center">
|
||||
<h1 className="text-2xl font-bold">Invalid URL: {url}</h1>
|
||||
<h1 className="text-2xl font-bold">Invalid URL: {finalUrl}</h1>
|
||||
<p className="text-gray-500">Please check the URL and try again</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user