fix link unreachable error not handled properly

This commit is contained in:
2025-05-21 23:27:03 +01:00
parent af56fa636f
commit 2c292db0fc
4 changed files with 18 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import { useEffect } from "react"
enum ApiErrorCode {
BadRequestBody = "BadRequestBody",
WebsiteUnreachable = "WebsiteUnreachable",
LinkUnreachable = "LinkUnreachable",
UnsupportedWebsite = "UnsupportedWebsite",
}