Address Secure enclaves feedback to show required indicator optionally (#22428)

This commit is contained in:
Cheena Malhotra
2023-03-24 09:57:32 -07:00
committed by GitHub
parent ad6c202e34
commit d5c495f05a
6 changed files with 84 additions and 20 deletions

View File

@@ -1048,7 +1048,8 @@
"dependentOptionActions": [
{
"optionName": "attestationProtocol",
"action": "hide"
"action": "hide",
"required": true
}
]
}
@@ -1089,7 +1090,8 @@
"dependentOptionActions": [
{
"optionName": "enclaveAttestationUrl",
"action": "hide"
"action": "hide",
"required": true
}
]
}