Project_Branch_Management : New Feature Service Project - Branch Management #519

Merged
pramod.mahajan merged 76 commits from Project_Branch_Management into main 2025-11-25 09:42:48 +00:00
Showing only changes of commit 071e5956a7 - Show all commits

View File

@ -48,21 +48,19 @@ const ServiceProjectDisplay = ({ listView, selectedStatuses }) => {
</div> </div>
); );
return ( return (
<div className=""> <div className="row">
{listView ? ( {listView ? (
<ServiceProjectList <ServiceProjectList data={filteredProjects}
data={filteredProjects}
currentPage={currentPage} currentPage={currentPage}
totalPages={data?.totalPages} totalPages={data?.totalPages}
paginate={paginate} paginate={paginate}
isCore={false} isCore={false} />
/>
) : ( ) : (
filteredProjects?.map((project) => ( filteredProjects?.map((project) => (
<ServiceProjectCard key={project.id} project={project} isCore={false} /> <ServiceProjectCard key={project.id} project={project} isCore={false} />
)) ))
)}
)}
<div className="col-12 d-flex justify-content-start mt-3"> <div className="col-12 d-flex justify-content-start mt-3">
<Pagination <Pagination