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

This commit is contained in:
Pramod Mahajan 2025-04-20 23:18:15 +05:30
parent bbc8d010c8
commit 048d9bb118

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>