Fixing confirm text in second stage of adding app to group modal.
This commit is contained in:
parent
2acdf6b7eb
commit
b71ed1ca82
|
@ -32,8 +32,8 @@
|
|||
onConfirm={appSelected}
|
||||
size="M"
|
||||
title="Add app to group"
|
||||
confirmText="Next"
|
||||
showSecondaryButton
|
||||
confirmText={selectingRole ? "Confirm" : "Next"}
|
||||
showSecondaryButton={selectingRole}
|
||||
secondaryButtonText="Back"
|
||||
secondaryAction={() => (selectingRole = false)}
|
||||
disabled={confirmDisabled}
|
||||
|
|
Loading…
Reference in New Issue