Skip to content

Commit

Permalink
调整代码
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rdfree committed May 5, 2022
1 parent 4c6fb65 commit 7268746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/pages/risks/RiskTable.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useEffect, useRef, useState} from "react"
import {Button, Space, Table, Tag, Form, Typography, Descriptions} from "antd"
import {Button, Space, Table, Tag, Form, Typography, Descriptions, Popconfirm} from "antd"
import {Risk} from "./schema"
import {genDefaultPagination, QueryGeneralRequest, QueryGeneralResponse} from "../invoker/schema"
import {useGetState, useMemoizedFn} from "ahooks"
Expand Down

0 comments on commit 7268746

Please sign in to comment.