mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19397 from overleaf/rh-link-sharing-visibility
[web] Link sharing links in new share modal visible by default GitOrigin-RevId: 326352c7c459063bfddf98937e830565c5422ce2
This commit is contained in:
parent
2bed549195
commit
6c675d947e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import getMeta from '@/utils/meta'
|
|||
|
||||
export default function LinkSharing() {
|
||||
const [inflight, setInflight] = useState(false)
|
||||
const [showLinks, setShowLinks] = useState(false)
|
||||
const [showLinks, setShowLinks] = useState(true)
|
||||
|
||||
const { monitorRequest } = useShareProjectContext()
|
||||
|
||||
|
|
Loading…
Reference in a new issue