Kms status endpoints null validation (#3189)
This commit is contained in:
@@ -222,7 +222,7 @@ const Status = () => {
|
||||
label={"Key Management Service Endpoints:"}
|
||||
value={
|
||||
<Fragment>
|
||||
{status.endpoints.map((e: any, i: number) => (
|
||||
{status.endpoints?.map((e: any, i: number) => (
|
||||
<LabelWithIcon
|
||||
key={i}
|
||||
icon={
|
||||
|
||||
Reference in New Issue
Block a user