feat: persist HTML response preview preference (#4177)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
Anwarul Islam
2024-07-19 16:48:55 +06:00
committed by GitHub
parent 25a519a2e9
commit 801df8ea97
4 changed files with 78 additions and 41 deletions

View File

@@ -33,7 +33,8 @@ export function getSuitableLenses(response: HoppRESTResponse): Lens[] {
response.type === "loading" ||
response.type === "network_fail" ||
response.type === "script_fail" ||
response.type === "fail"
response.type === "fail" ||
response.type === "extension_error"
)
return []