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:
roo hutton
2024-07-18 07:44:03 +01:00
committed by Copybot
parent 6f73347b16
commit 2c3b117b51
@@ -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()