Skip to content

Commit 21db59a

Browse files
committed
Merge branch 'master' of github.com:microting/eform-angular-frontend
2 parents 0dbc05b + 943a598 commit 21db59a

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)