Fleet UI: Allow search in transfer teams dropdown (#37144)

This commit is contained in:
RachelElysia
2025-12-11 16:00:35 -05:00
committed by GitHub
parent 4456a18b1f
commit ae0d30fe48
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
- Fleet UI: Add ability to search teams in dropdown for transferring teams
@@ -89,7 +89,7 @@ const TransferHostModal = ({
options={createTeamDropdownOptions()}
onChange={onChangeSelectTeam}
placeholder="Select a team"
searchable={false}
searchable
autoFocus
/>
{isGlobalAdmin ? (