Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Fix #102 alternative title is required
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomate committed Sep 15, 2024
1 parent 4d01256 commit 71e0c06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/components/dialogs/upsert_meal_plan_entry_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ Future upsertMealPlanEntryDialog(BuildContext context, {MealPlanEntry? mealPlan,
decoration: InputDecoration(
labelText: AppLocalizations.of(context)!.alternativeTitle,
),
validator: FormBuilderValidators.compose([
FormBuilderValidators.maxLength(64),
]),
)
),
const SizedBox(width: 15),
Expand Down

0 comments on commit 71e0c06

Please sign in to comment.