Skip to content

Commit

Permalink
Update create.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Sep 14, 2024
1 parent deb7cb6 commit 2f4a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/teams/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name:
<br />
{{-- TASK: change this field so it would contain old value after validation error --}}
<input type="text" name="name" />
<input type="text" name="name" value="{{old('name')}}" />
<br /><br />
<button type="submit">Save</button>
</form>

0 comments on commit 2f4a178

Please sign in to comment.