made icon optional and default to empty string & adjust all game instances
This commit is contained in:
@@ -261,7 +261,6 @@ class _CreateGameViewState extends State<CreateGameView> {
|
||||
description: _descriptionController.text.trim(),
|
||||
ruleset: selectedRuleset!,
|
||||
color: selectedColor!,
|
||||
icon: '',
|
||||
);
|
||||
if (isEditing) {
|
||||
await handleGameUpdate(newGame);
|
||||
|
||||
Reference in New Issue
Block a user