UI: Remove sticky option for argument table header row

This commit is contained in:
Artem Dzhereleiko 2025-05-09 10:08:58 +03:00
parent 0082b6d443
commit 67048b936d

View File

@ -116,7 +116,7 @@
</mat-cell>
</ng-container>
<mat-header-row class="mat-row-select"
*matHeaderRowDef="['name', 'entityType', 'target', 'type', 'key', 'actions']; sticky: true"></mat-header-row>
*matHeaderRowDef="['name', 'entityType', 'target', 'type', 'key', 'actions']"></mat-header-row>
<mat-row
*matRowDef="let argument; columns: ['name', 'entityType', 'target', 'type', 'key', 'actions']"></mat-row>
</table>