mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Share button for public objects (#9162)
This commit is contained in:
@@ -89,7 +89,8 @@ export default (
|
||||
shareObject: {
|
||||
show: action.show,
|
||||
object: action.object,
|
||||
url: action.url
|
||||
url: action.url,
|
||||
showExpiryDate: action.showExpiryDate
|
||||
}
|
||||
}
|
||||
case actionsObjects.CHECKED_LIST_ADD:
|
||||
|
||||
Reference in New Issue
Block a user