Web: Client: Data import fixed next step button in select users type step

This commit is contained in:
Elyor Djalilov 2024-03-04 16:53:02 +05:00
parent 7da95f3843
commit 39fa1d10ba
3 changed files with 4 additions and 10 deletions

View File

@ -59,8 +59,7 @@ const SelectUsersTypeStep = ({
showReminder
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings={true}
saveButtonDisabled={checkedUsers.result.length === 0}
displaySettings
/>
<StyledSearchInput
@ -90,8 +89,7 @@ const SelectUsersTypeStep = ({
showReminder
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings={true}
saveButtonDisabled={checkedUsers.result.length === 0}
displaySettings
/>
)}
</>

View File

@ -56,8 +56,7 @@ const SelectUsersTypeStep = (props) => {
showReminder={true}
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings={true}
saveButtonDisabled={checkedUsers.result.length === 0}
displaySettings
/>
<SearchInput
@ -88,8 +87,7 @@ const SelectUsersTypeStep = (props) => {
showReminder={true}
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings={true}
saveButtonDisabled={checkedUsers.result.length === 0}
displaySettings
/>
)}
</Wrapper>

View File

@ -54,7 +54,6 @@ const SelectUsersTypeStep = ({
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings
saveButtonDisabled={checkedUsers.result.length === 0}
/>
<SearchInput
@ -86,7 +85,6 @@ const SelectUsersTypeStep = ({
saveButtonLabel={t("Settings:NextStep")}
cancelButtonLabel={t("Common:Back")}
displaySettings
saveButtonDisabled={checkedUsers.result.length === 0}
/>
)}
</>