mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
commit
8a07cb4a74
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ OC.Share = _.extend(OC.Share || {}, {
|
|||
attributes: {
|
||||
'data-item-source-name': filename,
|
||||
'data-item-type': itemType,
|
||||
'data-item-soruce': itemSource
|
||||
'data-item-source': itemSource
|
||||
}
|
||||
});
|
||||
dialogView.setShowLink(link);
|
||||
|
|
|
|||
Loading…
Reference in a new issue