Skip to content
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

CB-5775 refactor: make default group text aligned with other tabs #3064

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

SychevAndrey
Copy link
Contributor

Screen.Recording.2024-11-08.at.11.51.54.mov

@@ -55,22 +55,18 @@ export const GrantedUsers: TabContainerPanelComponent<ITeamFormProps> = observer

if (isDefaultTeam) {
return (
<Container className={s(styles, { box: true })} parent gap vertical>
<Group className={s(styles, { placeholderBox: true })} keepSize large>
<TextPlaceholder>{translate('plugin_authentication_administration_team_default_users_tooltip')}</TextPlaceholder>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its probably better to keep TextPlaceholder component as if we would like to make changes to all placeholders in the app, we cant do it if we use Group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants