diff --git a/eiam-portal/src/main/portal-fe/src/pages/Application/Application.tsx b/eiam-portal/src/main/portal-fe/src/pages/Application/Application.tsx
index 397f987c..6329ec0c 100644
--- a/eiam-portal/src/main/portal-fe/src/pages/Application/Application.tsx
+++ b/eiam-portal/src/main/portal-fe/src/pages/Application/Application.tsx
@@ -15,17 +15,23 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
-import type {ActionType} from '@ant-design/pro-components';
-import {PageContainer, ProCard, ProFormText, ProList, QueryFilter,} from '@ant-design/pro-components';
-import {Avatar, Badge, Card, Typography} from 'antd';
-import React, {useRef, useState} from 'react';
-import {AppGroupList, AppList} from './data.d';
-import {getAppGroupList, queryAppList} from './service';
+import type { ActionType } from '@ant-design/pro-components';
+import {
+ PageContainer,
+ ProCard,
+ ProFormText,
+ ProList,
+ QueryFilter,
+} from '@ant-design/pro-components';
+import { Avatar, Badge, Card, Typography } from 'antd';
+import React, { useRef, useState } from 'react';
+import { AppGroupList, AppList } from './data.d';
+import { getAppGroupList, queryAppList } from './service';
import useStyle from './style';
import classnames from 'classnames';
-import {useAsyncEffect} from 'ahooks';
-import {SpinProps} from 'antd/es/spin';
-import {useIntl} from '@umijs/max';
+import { useAsyncEffect } from 'ahooks';
+import { SpinProps } from 'antd/es/spin';
+import { useIntl } from '@umijs/max';
const { Paragraph } = Typography;
const prefixCls = 'topiam-app-list';
@@ -55,7 +61,7 @@ const CardList = () => {
const [loading, setLoading] = useState(false);
const getItems = () => {
- let data: { key: string; label: React.React.JSX.Element }[] = [
+ let data: { key: string; label: React.JSX.Element }[] = [
{
key: all,
label: (
@@ -82,15 +88,25 @@ const CardList = () => {
const initSso = (idpInitUrl: string) => {
const div = window.document.createElement('div');
- div.innerHTML =
- "