Add Secure Enclaves dropdown with customizable Advanced options (#22019)

This commit is contained in:
Cheena Malhotra
2023-03-01 11:01:50 -08:00
committed by GitHub
parent bf05ea69ef
commit 35f7736b96
7 changed files with 163 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ export class AdvancedPropertiesController {
categoryValues: connectionOption.categoryValues,
isRequired: connectionOption.isRequired,
isArray: undefined,
onSelectionChange: connectionOption.onSelectionChange
};
}
}