Removed unneccessary imports. Added production note to kanban and job detail. IO-459
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
DeleteFilled,
|
||||
EditFilled,
|
||||
EyeInvisibleFilled,
|
||||
WarningFilled
|
||||
WarningFilled,
|
||||
} from "@ant-design/icons";
|
||||
import { Button, Table } from "antd";
|
||||
import React from "react";
|
||||
@@ -118,7 +118,7 @@ export function JobNotesComponent({
|
||||
<Table
|
||||
loading={loading}
|
||||
pagination={{ position: "bottom" }}
|
||||
columns={columns.map((item) => ({ ...item }))}
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={data}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user