Rename DevEnableShare to EnableSharing
This commit is contained in:
@@ -81,7 +81,7 @@ const ContextMenu = ({
|
||||
action: (data, ids) => dispatch(openAddToPlaylist({ selectedIds: ids })),
|
||||
},
|
||||
share: {
|
||||
enabled: config.devEnableShare,
|
||||
enabled: config.enableSharing,
|
||||
needData: false,
|
||||
label: translate('ra.action.share'),
|
||||
action: (record) => {
|
||||
|
||||
Reference in New Issue
Block a user