Add ouiaID for resource group select

This commit is contained in:
Jakub Rusz 2023-04-26 13:03:42 +02:00 committed by Lucas Garfield
parent 17f31c6cc2
commit b17f18ddf8

View file

@ -50,6 +50,7 @@ const AzureResourceGroups = ({ label, isRequired, className, ...props }) => {
>
<FormSpy subscription={{ values: true }} onChange={onFormChange} />
<Select
ouiaId="resource_group_select"
variant={SelectVariant.typeahead}
className={className}
onToggle={() => setIsOpen(!isOpen)}