Allow composer name to be empty

This commit is contained in:
2026-02-06 17:38:13 +01:00
parent 6669e2446c
commit 16589be409

View File

@@ -86,7 +86,6 @@ class _EditSheetBottomSheetState extends State<EditSheetBottomSheet> {
const SizedBox(height: 12),
TextFormField(
controller: _composerController,
validator: _validateNotEmpty,
decoration: const InputDecoration(
labelText: 'Composer',
border: OutlineInputBorder(),