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