mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix playlist add returning zero results on modal menu (#1695)
This commit is contained in:
@@ -345,8 +345,7 @@ export const AddToPlaylistAction = ({ items, itemType }: AddToPlaylistActionProp
|
|||||||
|
|
||||||
openContextModal({
|
openContextModal({
|
||||||
innerProps: {
|
innerProps: {
|
||||||
itemIds: items,
|
...modalProps,
|
||||||
resourceType: itemType,
|
|
||||||
},
|
},
|
||||||
modalKey: 'addToPlaylist',
|
modalKey: 'addToPlaylist',
|
||||||
size: 'lg',
|
size: 'lg',
|
||||||
|
|||||||
Reference in New Issue
Block a user