diff --git a/services/web/frontend/js/features/share-project-modal/components/restricted-link-sharing/link-sharing.jsx b/services/web/frontend/js/features/share-project-modal/components/restricted-link-sharing/link-sharing.jsx index 05b9dbdcfd..0e0368fd3f 100644 --- a/services/web/frontend/js/features/share-project-modal/components/restricted-link-sharing/link-sharing.jsx +++ b/services/web/frontend/js/features/share-project-modal/components/restricted-link-sharing/link-sharing.jsx @@ -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()