diff --git a/lib/shared/widgets/edit_sheet_bottom_sheet.dart b/lib/shared/widgets/edit_sheet_bottom_sheet.dart index a00e9bb..dcc77e2 100644 --- a/lib/shared/widgets/edit_sheet_bottom_sheet.dart +++ b/lib/shared/widgets/edit_sheet_bottom_sheet.dart @@ -86,7 +86,6 @@ class _EditSheetBottomSheetState extends State { const SizedBox(height: 12), TextFormField( controller: _composerController, - validator: _validateNotEmpty, decoration: const InputDecoration( labelText: 'Composer', border: OutlineInputBorder(),