Skip to content

Commit

Permalink
chore(frontend): remove "None" for app version selection
Browse files Browse the repository at this point in the history
closes #1756
  • Loading branch information
anupcowkur committed Jan 22, 2025
1 parent 66c41bd commit 4211256
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/dashboard/app/components/dropdown_select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,6 @@ const DropdownSelect: React.FC<DropdownSelectProps> = ({ title, type, items, ini
>
Latest
</button>
<div className="px-1" />
<button
onClick={() => selectNone()}
className={groupSelectButtonStyle}
>
None
</button>
</div>}
{items.filter((item) => (item as AppVersion).displayName.toLocaleLowerCase().includes(searchText.toLocaleLowerCase())).map((item) => (
<div
Expand Down

0 comments on commit 4211256

Please sign in to comment.