Skip to content

Commit c00b86a

Browse files
committed
Fix route
1 parent cc6619c commit c00b86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/series/_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class="form-control"
3232

3333
<div class="flex justify-end items-center">
3434
<a
35-
href="{{ isset($series) ? route('series.show', $series->id()) : route('user.series') }}"
35+
href="{{ route('user.series') }}"
3636
class="text-green-darker mr-4"
3737
>
3838
Cancel

0 commit comments

Comments
 (0)