Add button to share selected songs

This commit is contained in:
Deluan
2023-01-24 16:31:58 -05:00
parent 69b36c75a5
commit 85084cda57
6 changed files with 56 additions and 6 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ export const shareDialogReducer = (
},
payload
) => {
const { type, ids, resource, name } = payload
const { type, ids, resource, name, label } = payload
switch (type) {
case SHARE_MENU_OPEN:
return {
@@ -35,6 +35,7 @@ export const shareDialogReducer = (
ids,
resource,
name,
label,
}
case SHARE_MENU_CLOSE:
return {