mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
fix nonexistent filter
This commit is contained in:
@@ -159,7 +159,7 @@ const PlaylistDetailSongListRoute = () => {
|
|||||||
let items = playlistSongs.data?.items;
|
let items = playlistSongs.data?.items;
|
||||||
|
|
||||||
if (items) {
|
if (items) {
|
||||||
const searchTerm = page?.table.id[playlistId]?.filter.searchTerm;
|
const searchTerm = page?.table.id[playlistId]?.filter?.searchTerm;
|
||||||
|
|
||||||
if (searchTerm) {
|
if (searchTerm) {
|
||||||
const fuse = new Fuse(items, {
|
const fuse = new Fuse(items, {
|
||||||
|
|||||||
Reference in New Issue
Block a user