diff --git a/client/src/components/production-board-kanban/production-board-kanban.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.component.jsx index a90e7b29e..10ed5d440 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.component.jsx @@ -2,7 +2,8 @@ import { useApolloClient } from "@apollo/client"; import Board, { moveCard } from "@asseinfo/react-kanban"; //import "@asseinfo/react-kanban/dist/styles.css"; import "./production-board-kanban.styles.scss"; -import { Grid, notification, PageHeader, Space, Statistic } from "antd"; +import { SyncOutlined } from '@ant-design/icons' +import { Grid, notification, Button, PageHeader, Space, Statistic } from "antd"; import React, { useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux"; @@ -33,6 +34,7 @@ const mapDispatchToProps = (dispatch) => ({ export function ProductionBoardKanbanComponent({ data, bodyshop, + refetch, technician, insertAuditTrail, associationSettings, @@ -192,6 +194,9 @@ export function ProductionBoardKanbanComponent({ } extra={ + + ; + return ( + + ); }