Merge branch 'Kartik_Bug#301' into Issue_May_4W

# Conflicts:
#	src/components/Project/Infrastructure/FloorModel.jsx
This commit is contained in:
Vikas Nale 2025-05-24 20:48:37 +05:30
commit 7a1a55f52f
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import { z } from "zod";
import { zodResolver } from "@hookform/resolvers/zod";
import showToast from "../../../services/toastService";
// Updated Zod validation schema
const floorSchema = z.object({
buildingId: z
.string()

View File

@ -129,6 +129,11 @@ const MapUsers = ({
)}
</div>
</div>
<div className="d-flex justify-content-start align-items-center px-4 mt-6">
<h5 className="mb-0 mt-1">
<i className=" text-warning me-3"></i> Select Employee
</h5>
</div>
<div className="modal-body p-sm-4 p-0">
<table
className="datatables-users table border-top dataTable no-footer dtr-column "
@ -136,7 +141,7 @@ const MapUsers = ({
aria-describedby="DataTables_Table_0_info"
style={{ width: "100%" }}
>
<thead></thead>
<tbody>
{employeeLoading && allocationEmployeesData.length === 0 && (
<p>Loading...</p>