changed Activity Title Name- > Activity, description-> Unit #42

Merged
vikas.nale merged 1 commits from pramod_Enhancement#53Activity-TitleChanged into Issues_April_4W 2025-04-21 07:02:21 +00:00

View File

@ -65,8 +65,8 @@ const MasterTable = ( {data, columns, loading, handleModalData} ) =>
<thead>
<tr>
<th></th>
<th> Name</th>
<th>{selectedMaster} {selectedMaster === "Activity" ? "Unit":"Description" }</th>
<th> {selectedMaster === "Activity" ? "Activity":"Name" }</th>
<th> {selectedMaster === "Activity" ? "Unit":"Description" }</th>
<th className={` ${!hasMasterPermission && 'd-none'}`}>Actions</th>
</tr>
</thead>