diff --git a/src/components/common/VnCard.vue b/src/components/common/VnCard.vue index 49da99a46..cd70be28a 100644 --- a/src/components/common/VnCard.vue +++ b/src/components/common/VnCard.vue @@ -20,7 +20,6 @@ const props = defineProps({ searchUrl: { type: String, default: undefined }, searchbarLabel: { type: String, default: '' }, searchbarInfo: { type: String, default: '' }, - customRouteRedirectName: { type: String, default: undefined }, }); const stateStore = useStateStore(); @@ -58,7 +57,6 @@ if (props.baseUrl) { :url="props.searchUrl" :label="props.searchbarLabel" :info="props.searchbarInfo" - :custom-route-redirect-name="props.customRouteRedirectName" />