Skip to content

Commit

Permalink
fix: duplicated error messages (resolves #1827) (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara authored Dec 14, 2023
1 parent f7aa400 commit 3e3a9de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/projects/edit/1.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@
<x-interpretation name="{{ __('Project start date', [], 'en') }}"
namespace="project_start_date-required" />
<x-date-picker name="start_date" :label="__('Project start date') . ' ' . __('(required)')" :value="old('start_date', $project->start_date?->format('Y-m-d') ?? '')" />
<x-hearth-error for="start_date" />

<x-interpretation name="{{ __('Project end date', [], 'en') }}" namespace="project_end_date-required" />
<x-date-picker name="end_date" :label="__('Project end date') . ' ' . __('(required)')" :value="old('end_date', $project->end_date?->format('Y-m-d') ?? '')" />
<x-hearth-error for="end_date" />

<h3>{{ __('Project outcome') }}</h3>
<x-interpretation name="{{ __('Project outcome', [], 'en') }}" />
Expand Down

0 comments on commit 3e3a9de

Please sign in to comment.