Services_Bugs :- UI changes of Purchase Modal. #523

Merged
pramod.mahajan merged 21 commits from Services_Bugs into Purchase_Invoice_Management 2025-11-28 06:42:44 +00:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 54ca807436 - Show all commits

View File

@ -50,7 +50,6 @@ const InputSuggestions = ({
{filteredList.map((org) => (
<li
key={org}
className="ropdown-item"
style={{
cursor: "pointer",
padding: "5px 12px",

View File

@ -0,0 +1,11 @@
import React from 'react'
const PurchaseList = () => {
return (
<div>
</div>
)
}
export default PurchaseList