Add task name to queries.

This commit is contained in:
Patrick Fic
2023-07-28 09:34:27 -07:00
parent fe16329443
commit ff153cdd81
9 changed files with 120 additions and 96 deletions

View File

@@ -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>
}