CreateImageWizard: fix gcp popover
Update the popover for the gcp step in the CreateImageWizard. This commit changes the default popover position to the right of the modal.
This commit is contained in:
parent
dd7fa0461b
commit
9c9be31677
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ const PopoverInfo = ({ appendTo }) => {
|
|||
hasAutoWidth
|
||||
maxWidth='35rem'
|
||||
headerContent={ 'Valid account types' }
|
||||
flipBehavior={ [ 'right', 'bottom', 'top', 'left' ] }
|
||||
bodyContent={ <TextContent>
|
||||
<Text>The following account types can have an image shared with them:</Text>
|
||||
<TextList>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue