Add task name to queries.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Button, Card, Col, Row, Space, Table, Typography } from "antd";
|
||||
import { SyncOutlined } from '@ant-design/icons'
|
||||
import axios from "axios";
|
||||
import _ from "lodash";
|
||||
import React, { useEffect, useMemo, useState } from "react";
|
||||
@@ -241,7 +242,7 @@ export function PayrollLaborAllocationsTable({
|
||||
refetch();
|
||||
}}
|
||||
>
|
||||
(TODO: Add Label) Calculate Labor
|
||||
<SyncOutlined/>
|
||||
</Button>
|
||||
</Space>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user