trigger data button
This commit is contained in:
parent
692968e0e5
commit
6445b0d2d3
BIN
ipi-survey-platform/src/assets/trigger.png
Normal file
BIN
ipi-survey-platform/src/assets/trigger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@ -13,11 +13,12 @@ import {
|
||||
FiberManualRecord as FiberManualRecordIcon,
|
||||
KeyboardArrowRight as KeyboardArrowRightIcon,
|
||||
InfoOutlined as InfoOutlinedIcon,
|
||||
NavigateNext as NavigateNextIcon
|
||||
NavigateNext as NavigateNextIcon,
|
||||
} from '@mui/icons-material';
|
||||
import { Breadcrumbs } from '@mui/material';
|
||||
import { Link } from 'react-router-dom';
|
||||
import Card from '@/components/common/Card';
|
||||
import triggerIcon from '@/assets/trigger.png';
|
||||
import { getManufacturingIndex, getManufacturingMonthlyOverview, autoSubmitSurvey } from '@/services/manufacturingIndex/ManufacturingIndex';
|
||||
|
||||
// Import popup components
|
||||
@ -640,6 +641,7 @@ const ManufacturingIndex = () => {
|
||||
className="h-10 px-3 xl:px-4 rounded-[6px] bg-[#F7F7F7] border border-[#C3C6CB] text-sm inline-flex items-center gap-2 hover:bg-gray-50 whitespace-nowrap font-medium text-[#232528]"
|
||||
onClick={handleTriggerData}
|
||||
>
|
||||
<img src={triggerIcon} alt="Trigger" className="h-5 w-5" />
|
||||
Trigger Data
|
||||
</button>
|
||||
<button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user