Antd V4 Icon Updates
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Button, Icon, Input, Table } from "antd";
|
||||
import { Button, Input, Table } from "antd";
|
||||
import { SyncOutlined } from "@ant-design/icons";
|
||||
import React, { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Link, withRouter } from "react-router-dom";
|
||||
@@ -208,7 +209,7 @@ export default withRouter(function JobsList({
|
||||
return (
|
||||
<div style={{ display: "flex" }}>
|
||||
<Button onClick={() => refetch()}>
|
||||
<Icon type="sync" />
|
||||
<SyncOutlined />
|
||||
</Button>
|
||||
<Input.Search
|
||||
placeholder="Search..."
|
||||
|
||||
Reference in New Issue
Block a user