-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/group subs enabling #570
base: master
Are you sure you want to change the base?
Conversation
/build |
Build and push Docker images with tag: feat-group_subs_enabling.2025-01-15.4e11eb7 |
return ( | ||
<DropdownMenu | ||
caption={({ openMenu }) => ( | ||
<Button width={180} className={cn("manage-btn")} onClick={() => openMenu()}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onClick={openMenu}
?
@@ -38,17 +40,37 @@ interface Props { | |||
const applyTransferButtonHintText = | |||
"Remaining subscriptions and subscriptions to be transferred must not share contacts"; | |||
|
|||
const applyEnablingButtonHintText = | |||
"All of subscriptions must be in particular Enabled or Disabled state "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"All subscriptions..." или "All of the subscriptions..." будет грамматически вернее
PR Summary
Additional information
Closes/Relates #issue