Adding Upload functionlaiy in ManagePurchase. #524

Merged
pramod.mahajan merged 4 commits from Multiple_File_Uploader into Purchase_Invoice_Management 2025-12-01 04:13:30 +00:00
Showing only changes of commit cb9d263730 - Show all commits

View File

@ -16,7 +16,7 @@ import {
} from "../../hooks/usePurchase";
const ManagePurchase = ({ onClose, purchaseId }) => {
const { data } = usePurchase(purchaseId);
const [activeTab, setActiveTab] = useState(2);
const [activeTab, setActiveTab] = useState(0);
const [completedTabs, setCompletedTabs] = useState([]);
const stepsConfig = [