Skip to content

Commit f6b5310

Browse files
authored
Merge pull request #4307 from Roardom/fix-playlist-sort
2 parents 561beab + b0efdad commit f6b5310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Livewire/PlaylistSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PlaylistSearch extends Component
4343
public string $username = '';
4444

4545
#[Url(history: true)]
46-
public string $sortDirection = 'desc';
46+
public string $sortDirection = 'asc';
4747

4848
final public function updatingName(): void
4949
{

0 commit comments

Comments
 (0)