rename searchBarController to controller in PlayerSelection widget
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s

This commit is contained in:
2025-11-24 21:26:55 +01:00
parent 442e1d64a3
commit a2522cef13
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ class _CreateGroupViewState extends State<CreateGroupView> {
),
Expanded(
child: PlayerSelection(
searchBarController: _searchBarController,
controller: _searchBarController,
onChanged: (value) {
selectedPlayers = [...value];
},