= ({ organisationId }) => {
Audit webhooks let you know when audit logs occur. You can configure
1 or more audit webhooks per organisation.
-
+
diff --git a/frontend/web/components/modals/InviteUsers.tsx b/frontend/web/components/modals/InviteUsers.tsx
index 5f48e66113f3..b5e90295fe0f 100644
--- a/frontend/web/components/modals/InviteUsers.tsx
+++ b/frontend/web/components/modals/InviteUsers.tsx
@@ -1,5 +1,6 @@
import React, { useState, useEffect, useRef, FC } from 'react'
import Button from 'components/base/forms/Button'
+import Link from 'components/Link'
import ConfigProvider from 'common/providers/ConfigProvider'
import Constants from 'common/constants'
import Icon from 'components/icons/Icon'
@@ -297,14 +298,9 @@ const InviteUsers: FC = () => {
Users without administrator privileges will need to be invited
to individual projects.
-
+
{error && }
diff --git a/frontend/web/components/pages/AccountSettingsPage.tsx b/frontend/web/components/pages/AccountSettingsPage.tsx
index b3ada04700e0..5a3f9dc9c6b9 100644
--- a/frontend/web/components/pages/AccountSettingsPage.tsx
+++ b/frontend/web/components/pages/AccountSettingsPage.tsx
@@ -316,14 +316,9 @@ const AccountSettingsPage: FC = () => {
You can use this token to securely integrate with the private
endpoints of our{' '}
-
+
.
diff --git a/frontend/web/components/pages/EnvironmentSettingsPage.tsx b/frontend/web/components/pages/EnvironmentSettingsPage.tsx
index c7a465892b48..1ca26b05b4ef 100644
--- a/frontend/web/components/pages/EnvironmentSettingsPage.tsx
+++ b/frontend/web/components/pages/EnvironmentSettingsPage.tsx
@@ -18,7 +18,7 @@ import PageTitle from 'components/PageTitle'
import { getStore } from 'common/store'
import { getRoles } from 'common/services/useRole'
import AccountStore from 'common/stores/account-store'
-import { Link, useHistory, useRouteMatch } from 'react-router-dom'
+import { Link as RouterLink, useHistory, useRouteMatch } from 'react-router-dom'
import { enableFeatureVersioning } from 'common/services/useEnableFeatureVersioning'
import AddMetadataToEntity from 'components/metadata/AddMetadataToEntity'
import { getSupportedContentType } from 'common/services/useSupportedContentType'
@@ -41,6 +41,7 @@ import {
useUpdateWebhookMutation,
} from 'common/services/useWebhooks'
import Button from 'components/base/forms/Button'
+import Link from 'components/Link'
import Input from 'components/base/forms/Input'
import { useGetEnvironmentQuery } from 'common/services/useEnvironment'
import { useRouteContext } from 'components/providers/RouteContext'
@@ -658,9 +659,9 @@ const EnvironmentSettingsPage: React.FC = () => {
enabling this will prevent the API from returning
features that are disabled. You can also manage this
in{' '}
-
+
Project settings
-
+
.
@@ -729,14 +730,9 @@ const EnvironmentSettingsPage: React.FC = () => {
For full information on the excluded fields see
documentation{' '}
-
+
Enabling this feature will change the response
from the API and could break your existing
@@ -795,14 +791,9 @@ const EnvironmentSettingsPage: React.FC = () => {
Feature webhooks let you know when features have
changed. You can configure 1 or more Feature Webhooks
per Environment.{' '}
-
+