diff --git a/frontend/src/components/GroupSelector.vue b/frontend/src/components/GroupSelector.vue
new file mode 100644
index 00000000..4f401dbe
--- /dev/null
+++ b/frontend/src/components/GroupSelector.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+ {{ t('create-group') }}
+
+
+
+
diff --git a/frontend/src/views/assignments/CreateAssignment.vue b/frontend/src/views/assignments/CreateAssignment.vue
index d417e2e8..5c09e835 100644
--- a/frontend/src/views/assignments/CreateAssignment.vue
+++ b/frontend/src/views/assignments/CreateAssignment.vue
@@ -1,25 +1,21 @@
@@ -85,7 +91,6 @@
clearable
hide-details
density="compact"
- :loading="loading"
append-inner-icon="mdi-magnify"
item-title="title"
item-value="value"
@@ -96,7 +101,7 @@
+
+ {{ t('create-groups') }}
+
+
+
+
+
+ {{ t('created-groups') }}: {{ groups.length }}
+
+
+
+
+
+ -
+ {{ group.join(', ') }}
+
+
+
+
+
Submit