Fix refresh after creating custom playlist
This commit is contained in:
parent
f85772ca14
commit
bd58637ec6
|
|
@ -125,6 +125,7 @@ const Playlists = () => {
|
|||
type="submit"
|
||||
onClick={async () => {
|
||||
await createCustomPlaylist(customPlaylistsToAddText);
|
||||
setRefresh(true);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue