mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 16:50:44 +02: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:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user