Skip to content

Commit

Permalink
Web: People: added classNames for MainButton items
Browse files Browse the repository at this point in the history
gopienkonikita committed Nov 12, 2021
1 parent 8910f44 commit 9b6d9da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -84,6 +84,7 @@ class ArticleMainButtonContent extends React.Component {
)}
label={userCaption}
onClick={this.goToEmployeeCreate}
className="main-button_create-user"
/>

<DropDownItem
@@ -94,6 +95,7 @@ class ArticleMainButtonContent extends React.Component {
)}
label={guestCaption}
onClick={this.goToGuestCreate}
className="main-button_create-guest"
/>
<DropDownItem
icon={combineUrl(
@@ -103,6 +105,7 @@ class ArticleMainButtonContent extends React.Component {
)}
label={groupCaption}
onClick={this.goToGroupCreate}
className="main-button_create-group"
/>
<DropDownItem isSeparator />
<DropDownItem
@@ -112,6 +115,7 @@ class ArticleMainButtonContent extends React.Component {
)}
label={t("Translations:InviteLinkTitle")}
onClick={this.onInvitationDialogClick}
className="main-button_invitation-link"
/>
{/* <DropDownItem
icon="images/plane.react.svg"

0 comments on commit 9b6d9da

Please sign in to comment.