Skip to content

Commit

Permalink
fix: invite link page docs (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Oct 14, 2022
1 parent a3bf564 commit 1f8c4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions frontend/src/component/admin/users/InviteLink/InviteLink.tsx
Expand Up @@ -136,9 +136,9 @@ export const InviteLink: VFC<ICreateInviteLinkProps> = () => {
<FormTemplate
loading={loading || isSending}
title={isUpdating ? 'Update invite link' : 'Create invite link'}
description="When you send an invite link to a someone, they will be able to create an account and get access to Unleash. This new user will only have read access, until you change their assigned role."
documentationLink="https://docs.getunleash.io/user_guide/rbac#standard-roles" // FIXME: update
documentationLinkLabel="User management documentation"
description="When you send an invite link to someone, they will be able to create an account and get access to Unleash. This new user will only have read access, until you change their assigned role."
documentationLink="https://docs.getunleash.io/reference/public-signup"
documentationLinkLabel="Invite link documentation"
formatApiCode={formatApiCode}
>
<Box
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/hooks/usePlausibleTracker.ts
@@ -1,4 +1,4 @@
import { useCallback, useContext, useEffect } from 'react';
import { useCallback, useContext } from 'react';
import { PlausibleContext } from 'contexts/PlausibleContext';
import { EventOptions, PlausibleOptions } from 'plausible-tracker';

Expand Down

0 comments on commit 1f8c4f7

Please sign in to comment.