changed Activity Title Name- > Activity, description-> Unit
This commit is contained in:
parent
bbc8d010c8
commit
048d9bb118
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user