Web: Client: Data import: Nextcloud: enabled transition to next step if users with email were not chosen

This commit is contained in:
Vladimir Khvan 2024-03-28 14:05:58 +05:00
parent 50cf88743b
commit 941f9619c4

View File

@ -98,7 +98,7 @@ const SelectUsersStep = (props) => {
cancelButtonLabel={t("Common:Back")}
showReminder
displaySettings
saveButtonDisabled={areCheckedUsersEmpty}
// saveButtonDisabled={areCheckedUsersEmpty}
/>
{/* <UsersInfoBlock
@ -142,7 +142,7 @@ const SelectUsersStep = (props) => {
cancelButtonLabel={t("Common:Back")}
showReminder
displaySettings
saveButtonDisabled={areCheckedUsersEmpty}
// saveButtonDisabled={areCheckedUsersEmpty}
/>
)}
</Wrapper>