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

Commit

Permalink
Fix bad merge breaking main (#4063)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Sep 8, 2023
1 parent 3343e29 commit 0abfa97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function mapDispatchToProps(dispatch: Dispatch) {
dispatch(
createPlaylist(
{ playlist_name: 'New Playlist' },
CreatePlaylistSource.FAVORITES_PAGE
CreatePlaylistSource.LIBRARY_PAGE
)
)
}
Expand Down

0 comments on commit 0abfa97

Please sign in to comment.