Wizard: Make Selects responsive
This commit is contained in:
parent
fe3257c0d9
commit
2a3c9b8b7d
2 changed files with 0 additions and 2 deletions
|
|
@ -103,7 +103,6 @@ export const AzureResourceGroups = () => {
|
|||
variant="typeahead"
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
isDisabled={!azureSource}
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
|
|
|
|||
|
|
@ -155,7 +155,6 @@ export const AzureSourcesSelect = () => {
|
|||
variant="typeahead"
|
||||
onClick={handleToggle}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
isDisabled={!isSuccess}
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue