Skip to content

Commit

Permalink
fixed create company users link style (#1107)
Browse files Browse the repository at this point in the history
* fixed create company users link style

* addressed PR comments

* removed history prop call
  • Loading branch information
jfkonecn authored Apr 15, 2024
1 parent 58f518b commit 47fe2a9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/main/webapp/app/pages/companyPage/CompanyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,12 @@ export default class CompanyPage extends React.Component<ICompanyPage> {
<Col>
<div>Quick Tools</div>
<div>
<QuickToolButton>
<Link
to={`/companies/${this.company.id}/create-users`}
>
Create Company Users
</Link>
</QuickToolButton>
<Link
className="btn btn-outline-primary m-2"
to={`/companies/${this.company.id}/create-users`}
>
Create Company Users
</Link>
{this.companyHasTrialUsers && (
<DefaultTooltip
overlay={
Expand Down

0 comments on commit 47fe2a9

Please sign in to comment.