MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit b0073addf8 - Show all commits

View File

@@ -234,7 +234,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
? () async { ? () async {
Match match = Match( Match match = Match(
name: _matchNameController.text.isEmpty name: _matchNameController.text.isEmpty
? hintText.trim() ? hintText
: _matchNameController.text.trim(), : _matchNameController.text.trim(),
createdAt: DateTime.now(), createdAt: DateTime.now(),
group: selectedGroup, group: selectedGroup,