feature/IO-3103-Ant5-Notifications

This commit is contained in:
Dave Richer
2025-01-21 17:20:46 -08:00
parent 0e218abbf4
commit 85d25862eb
161 changed files with 759 additions and 354 deletions

View File

@@ -1,7 +1,6 @@
import axios from "axios";
import { notification } from "antd";
async function CriticalPartsScan(jobid) {
async function CriticalPartsScan(jobid, notification) {
try {
await axios.post("/job/partsscan", { jobid });
} catch (error) {