We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb85114 commit f51745cCopy full SHA for f51745c
src/Common/ErrorScreenManager.tsx
@@ -26,7 +26,6 @@ const ErrorScreenManager = ({
26
imageType={ImageType.Large}
27
heightToDeduct={heightToDeduct}
28
reload={reload}
29
- redirectURL={redirectURL}
30
/>
31
)
32
case ERROR_STATUS_CODE.UNAUTHORIZED:
@@ -60,6 +59,7 @@ const ErrorScreenManager = ({
60
59
image={notFound}
61
62
+ redirectURL={redirectURL}
63
64
65
case ERROR_STATUS_CODE.INTERNAL_SERVER_ERROR:
@@ -71,6 +71,7 @@ const ErrorScreenManager = ({
71
image={badRequest}
72
73
74
+ reload={reload}
75
76
77
case ERROR_STATUS_CODE.BAD_GATEWAY:
0 commit comments