Skip to content

Commit

Permalink
Merge pull request #312 from GurukiranP/develop
Browse files Browse the repository at this point in the history
Removed table caption.
  • Loading branch information
aranaravi authored Mar 28, 2024
2 parents a08c3ff + fe1cdbe commit f66785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/src/app/shared/table/table.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">
<table class="mat-table">
<caption>Table Data</caption>
<caption></caption>
<tr class="mat-row sticky-header">
<th *ngIf="showRadioButton" id="tableData"></th>
<th
Expand Down

0 comments on commit f66785f

Please sign in to comment.