mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(share): share link is truncated if users uncheck "include password in the link" previously (cloudreve/cloudreve#2755)
This commit is contained in:
parent
80b4b3dd3c
commit
8b2c8a7bdb
|
|
@ -96,6 +96,7 @@ const ShareDialog = () => {
|
|||
setSetting(initialSetting);
|
||||
}
|
||||
setShareLink("");
|
||||
setIncludePassword(true);
|
||||
}
|
||||
}, [open]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue