Parcourir la source

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui il y a 1 an
Parent
révision
11f83b98ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/CreateInvoice/CreateInvoice.tsx

+ 1
- 1
src/components/CreateInvoice/CreateInvoice.tsx Voir le fichier

@@ -17,7 +17,7 @@ import {
} from "react-hook-form";
import { useSearchParams } from 'next/navigation'
import { InvoiceResult } from "@/app/api/invoices";
import { InvoiceInformation, fetchInvoiceInfoById, fetchProjectInvoiceById, genInvoice } from "@/app/api/invoices/actions";
import { InvoiceInformation, fetchInvoiceInfoById, fetchProjectInvoiceById } from "@/app/api/invoices/actions";
import InvoiceDetails from "./InvoiceDetails";
import ProjectDetails from "./ProjectDetails";
import ProjectTotalFee from "./ProjectTotalFee";


Chargement…
Annuler
Enregistrer