Skip to content

Commit

Permalink
new flex plus structure search option
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoAnderson committed Jul 18, 2024
1 parent 3a038b1 commit dadddc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/core/structure-search/structure-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ <h2 style = "font-weight:500">Structure Search</h2>
<mat-option value="flex">
Flex
</mat-option>
<mat-option value="flexplus">
Flex Plus
</mat-option>
</mat-select>
</mat-form-field>
<div *ngIf = "_searchtype === 'substructure'">
Expand Down

0 comments on commit dadddc1

Please sign in to comment.