1
0
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:
llj
2019-08-20 12:00:58 +08:00
committed by Daniel Pan
parent d15a089bc3
commit 2e1fc1110f
6 changed files with 280 additions and 92 deletions

View File

@@ -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;