Wizard: disable adding empty user tabs
When creating an empty user, the "+" sign gets hidden, and only pops back up if at least user name, psswd, or ssh key is filed out. Fixes #3114
This commit is contained in:
parent
9943f54cd9
commit
90c2c65ebe
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ const UserInfo = () => {
|
|||
activeKey={activeTabKey}
|
||||
onSelect={onSelect}
|
||||
onAdd={onAdd}
|
||||
isAddButtonDisabled={stepValidation.disabledNext}
|
||||
onClose={onClose}
|
||||
ref={tabComponentRef}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue