mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
[share admin] share links: added support for mobile; bugfix & improvement (#4004)
* and bugfix for 'generate share link'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class SharedLinkInfo {
|
||||
class ShareLink {
|
||||
|
||||
constructor(object) {
|
||||
this.repo_id = object.repo_id;
|
||||
@@ -18,4 +18,4 @@ class SharedLinkInfo {
|
||||
|
||||
}
|
||||
|
||||
export default SharedLinkInfo;
|
||||
export default ShareLink;
|
Reference in New Issue
Block a user