Skip to content

Commit

Permalink
Web: added className to MainButton
Browse files Browse the repository at this point in the history
  • Loading branch information
gopienkonikita committed Nov 12, 2021
1 parent b608d2c commit 3363cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ArticleMainButtonContent extends React.Component {
isDisabled={isDisabled ? isDisabled : !canCreate}
isDropdown={true}
text={t("Common:Actions")}
className="files_main-button"
>
<DropDownItem
className="main-button_drop-down main-button_new-document"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ArticleMainButtonContent extends React.Component {
isDisabled={false}
isDropdown={true}
text={t("Common:Actions")}
className="people_main-button"
>
<DropDownItem
icon={combineUrl(
Expand Down

0 comments on commit 3363cb4

Please sign in to comment.