Skip to content

Commit

Permalink
Removing text search tab (until functionality is fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwhorton committed Dec 18, 2024
1 parent 69db56f commit d49b9b8
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
(click)="onTabClick(0 )"
>Simple Search</span>
</li>
<li class="nav-item">
<span class="nav-link unselectable"
[ngClass]="{
'active': activeTab === 1
}"
(click)="onTabClick(1 )"
>Text Search</span>
</li>

</ul>
</span>
Expand All @@ -35,9 +27,3 @@
}"
></nbia-simple-search>

<nbia-text-search
[ngClass]="{
'active': activeTab === 1,
'hide': activeTab !== 1
}"
></nbia-text-search>

0 comments on commit d49b9b8

Please sign in to comment.