Merge pull request 'changed Activity Title Name- > Activity, description-> Unit' (#42) from pramod_Enhancement#53Activity-TitleChanged into Issues_April_4W

Reviewed-on: #42
This commit is contained in:
Vikas Nale 2025-04-21 07:02:18 +00:00
commit e90cbc4912

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>