diff --git a/resources/js/views/form/Conditions.vue b/resources/js/views/form/Conditions.vue
index a2bd9887..d638c22f 100644
--- a/resources/js/views/form/Conditions.vue
+++ b/resources/js/views/form/Conditions.vue
@@ -5,68 +5,72 @@
-
+
Bedingung einfügen
-
diff --git a/resources/js/views/form/Index.vue b/resources/js/views/form/Index.vue
index 01f147f6..7d039b6f 100644
--- a/resources/js/views/form/Index.vue
+++ b/resources/js/views/form/Index.vue
@@ -81,12 +81,12 @@
-
+
-
+
@@ -134,7 +134,7 @@
-
+
@@ -188,6 +188,7 @@ import { indexProps, useIndex } from '../../composables/useInertiaApiIndex.js';
import FormBuilder from '../formtemplate/FormBuilder.vue';
import Participants from './Participants.vue';
import Conditions from './Conditions.vue';
+import ConditionsForm from './ConditionsForm.vue';
import { useToast } from 'vue-toastification';
const props = defineProps(indexProps);