Skip to content

Commit

Permalink
Removing vector model from grid
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Aug 26, 2023
1 parent bce8ac6 commit 412c5b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3 class="fw-bold mb-2">
*matHeaderCellDef
class="pe-sm-3 text-nowrap small-table-column"
mat-sort-header>
Transformer model
Model
</th>
<td
mat-cell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class MachineLearningModelsComponent implements OnInit {
displayedColumns: string[] = [
'type',
'model',
'vector_model',
'action',
];
types: any[] = null;
Expand Down

0 comments on commit 412c5b2

Please sign in to comment.