Skip to content

Commit 943a598

Browse files
authored
Merge pull request #215 from Gid733/master
Added required ids to elements
2 parents adcd252 + c2243b9 commit 943a598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/modules/advanced/components/entity-search/entity-search/entity-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</th>
4949
</tr>
5050
</thead>
51-
<tbody>
51+
<tbody id="tableBody">
5252
<tr *ngFor="let advEntitySearchableGroup of advEntitySearchableGroupListModel.entityGroups">
5353
<td scope="row">{{advEntitySearchableGroup.microtingUUID}}</td>
5454
<td> {{advEntitySearchableGroup.name}}</td>

0 commit comments

Comments
 (0)