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:
Katarina Sieklova 2025-06-06 13:09:02 +02:00 committed by Klara Simickova
parent 9943f54cd9
commit 90c2c65ebe

View file

@ -149,6 +149,7 @@ const UserInfo = () => {
activeKey={activeTabKey}
onSelect={onSelect}
onAdd={onAdd}
isAddButtonDisabled={stepValidation.disabledNext}
onClose={onClose}
ref={tabComponentRef}
>