Wizard: Make Selects responsive

This commit is contained in:
regexowl 2025-03-18 15:59:09 +01:00 committed by Klara Simickova
parent fe3257c0d9
commit 2a3c9b8b7d
2 changed files with 0 additions and 2 deletions

View file

@ -103,7 +103,6 @@ export const AzureResourceGroups = () => {
variant="typeahead"
onClick={() => setIsOpen(!isOpen)}
isExpanded={isOpen}
isFullWidth
isDisabled={!azureSource}
>
<TextInputGroup isPlain>

View file

@ -155,7 +155,6 @@ export const AzureSourcesSelect = () => {
variant="typeahead"
onClick={handleToggle}
isExpanded={isOpen}
isFullWidth
isDisabled={!isSuccess}
>
<TextInputGroup isPlain>