add comment
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s

This commit is contained in:
2026-01-01 21:47:13 +01:00
parent db30b0fd5a
commit 6899bb0c3c

View File

@@ -31,6 +31,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
/// Controller for the match name input field /// Controller for the match name input field
final TextEditingController _matchNameController = TextEditingController(); final TextEditingController _matchNameController = TextEditingController();
/// Hint text for the match name input field
String hintText = 'Match Name'; String hintText = 'Match Name';
/// List of all groups from the database /// List of all groups from the database