1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Fixing confirm text in second stage of adding app to group modal.

This commit is contained in:
mike12345567 2022-09-26 18:05:08 +01:00
parent 2acdf6b7eb
commit b71ed1ca82

View file

@ -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}