Refactor DownloadMenuDialog to use useTranscodingOptions hook

This commit is contained in:
Deluan
2023-01-22 00:49:22 -05:00
parent c8293fcdd8
commit 65174d3fb2
9 changed files with 107 additions and 211 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ const AlbumActions = ({
{...shareDialog.props}
ids={[record.id]}
resource={'album'}
title={`Share album '${record.name}'`}
name={record.name}
/>
</TopToolbar>
)