Browse Source

quick fix

master
kelvinsuen 1 month ago
parent
commit
d9605e7b79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/JoSearch/JoSearch.tsx

+ 1
- 1
src/components/JoSearch/JoSearch.tsx View File

@@ -16,7 +16,7 @@ import { Button, Stack } from "@mui/material";
import { BomCombo } from "@/app/api/bom";
import JoCreateFormModal from "./JoCreateFormModal";
import AddIcon from '@mui/icons-material/Add';
import QcStockInModal from "../Qc/QcStockInModal";
import QcStockInModal from "../PoDetail/QcStockInModal";
import { useSession } from "next-auth/react";
import { SessionWithTokens } from "@/config/authConfig";
import { createStockInLine } from "@/app/api/stockIn/actions";


Loading…
Cancel
Save