mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix nonexistent filter
This commit is contained in:
parent
306167fee3
commit
4ff317eac9
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ const PlaylistDetailSongListRoute = () => {
|
|||
let items = playlistSongs.data?.items;
|
||||
|
||||
if (items) {
|
||||
const searchTerm = page?.table.id[playlistId]?.filter.searchTerm;
|
||||
const searchTerm = page?.table.id[playlistId]?.filter?.searchTerm;
|
||||
|
||||
if (searchTerm) {
|
||||
const fuse = new Fuse(items, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue