diff --git a/webapp/components/Registration/RegistrationSlideCreate.vue b/webapp/components/Registration/RegistrationSlideCreate.vue
index 7bccfa28e..182a54829 100644
--- a/webapp/components/Registration/RegistrationSlideCreate.vue
+++ b/webapp/components/Registration/RegistrationSlideCreate.vue
@@ -89,11 +89,11 @@
diff --git a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
index 391c4722e..d62d22a59 100644
--- a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
+++ b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue
@@ -1,6 +1,6 @@
@@ -8,8 +8,12 @@
@@ -21,6 +25,7 @@ export default {
name: 'PageParamsLink',
props: {
pageParams: { type: Object, required: true },
+ forceTargetBlank: { type: Boolean, default: false },
},
}