mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
Changing the error message when file not schanned. (#8104)
This commit is contained in:
@@ -537,7 +537,7 @@ const ScanResourcesForm = ({
|
||||
{errors && errors.length > 0 && (
|
||||
<div className="notice error margin-top-sm">
|
||||
<p>
|
||||
<strong>Error while scanning for resources to import:</strong>
|
||||
<strong>Error while scanning for resources to import: </strong>
|
||||
{errors[0]}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user