Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sandushi committed Mar 15, 2024
1 parent 008b03b commit fc19806
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import List from "@oxygen-ui/react/List";
import ListItem from "@oxygen-ui/react/ListItem";
import ListItemText from "@oxygen-ui/react/ListItemText";
import Typography from "@oxygen-ui/react/Typography";
import { IdentityAppsError } from "@wso2is/core/errors";
import {
AlertLevels,
Claim,
Expand All @@ -40,12 +41,8 @@ import {
Message,
PageLayout
} from "@wso2is/react-components";
import {
ServerConfigurationsConstants
} from "../../../../features/server-configurations/constants";
import { AxiosError } from "axios";
import isEmpty from "lodash-es/isEmpty";
import { IdentityAppsError } from "@wso2is/core/errors";
import React, {
FunctionComponent,
ReactElement,
Expand Down Expand Up @@ -74,6 +71,9 @@ import {
getConnectorDetails,
updateGovernanceConnector
} from "../../../../features/server-configurations/api";
import {
ServerConfigurationsConstants
} from "../../../../features/server-configurations/constants";
import {
ConnectorPropertyInterface,
GovernanceConnectorInterface,
Expand Down

0 comments on commit fc19806

Please sign in to comment.