Browse Source

fix(nc-gui): show prefill search params in custom url link

Ramesh Mane 16 hours ago
parent
commit
cd0141502d
  1. 1
      packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

1
packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

@ -357,6 +357,7 @@ const copyCustomUrl = async (custUrl = '') => {
:id="activeView.fk_custom_url_id"
:dashboard-url="dashboardBaseUrl"
:copy-custom-url="copyCustomUrl"
:search-query="preFillFormSearchParams && activeView?.type === ViewTypes.FORM ? `?${preFillFormSearchParams}` : ''"
@update-shared-view="updateSharedView"
/>
<div class="flex flex-col justify-between mt-1 py-2 px-3 bg-gray-50 rounded-md">

Loading…
Cancel
Save