Rename DevEnableShare to EnableSharing
This commit is contained in:
@@ -44,7 +44,7 @@ export const SongBulkActions = (props) => {
|
||||
icon={<RiPlayListAddFill />}
|
||||
className={classes.button}
|
||||
/>
|
||||
{config.devEnableShare && (
|
||||
{config.enableSharing && (
|
||||
<BatchShareButton {...props} className={classes.button} />
|
||||
)}
|
||||
<AddToPlaylistButton {...props} className={classes.button} />
|
||||
|
||||
Reference in New Issue
Block a user