added the scroll bar
This commit is contained in:
@@ -17,7 +17,7 @@ pub fn playlists_page() -> Html {
|
||||
let all_artists = all_artists.clone();
|
||||
use_effect_with((), move |_| {
|
||||
wasm_bindgen_futures::spawn_local(async move {
|
||||
if let Ok(artists) = api::list_artists(500, 0).await {
|
||||
if let Ok(artists) = api::list_artists(0, 0).await {
|
||||
all_artists.set(artists);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user