remove uneccessary groupNameController
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m17s

This commit is contained in:
2025-11-24 21:24:51 +01:00
parent 54b54796e8
commit 442e1d64a3
2 changed files with 0 additions and 3 deletions

View File

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