diff --git a/vue3/src/components/inputs/PropertiesEditor.vue b/vue3/src/components/inputs/PropertiesEditor.vue
new file mode 100644
index 000000000..abd2d107f
--- /dev/null
+++ b/vue3/src/components/inputs/PropertiesEditor.vue
@@ -0,0 +1,83 @@
+
+
+ {{ $t('Add') }}
+ {{ $t('AddAll') }}
+
+
+
+
+
+
+ {{ p.propertyType.unit }} / {{ props.amountFor }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ p.propertyAmount }} {{ p.propertyType.unit }} {{ p.propertyType.name }} / {{ props.amountFor }}
+
+ <{{ $t('New') }}>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue3/src/components/inputs/StepEditor.vue b/vue3/src/components/inputs/StepEditor.vue
index b967fec18..462c57d00 100644
--- a/vue3/src/components/inputs/StepEditor.vue
+++ b/vue3/src/components/inputs/StepEditor.vue
@@ -108,7 +108,7 @@
-
+
{{ $t('Add') }}
diff --git a/vue3/src/components/model_editors/FoodEditor.vue b/vue3/src/components/model_editors/FoodEditor.vue
index afe8bf20b..420cd8a92 100644
--- a/vue3/src/components/model_editors/FoodEditor.vue
+++ b/vue3/src/components/model_editors/FoodEditor.vue
@@ -34,46 +34,7 @@
-
- {{ $t('Add') }}
- {{ $t('AddAll') }}
-
-
-
-
-
-
- {{ p.propertyType.unit }} / {{ editingObj.propertiesFoodAmount }} {{
- editingObj.propertiesFoodUnit.name
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ p.propertyAmount }} {{ p.propertyType.unit }} {{ p.propertyType.name }}
- / {{ editingObj.propertiesFoodAmount }} {{ editingObj.propertiesFoodUnit.name }}
-
- <{{ $t('New') }}>
-
-
-
-
-
-
-
-
+
@@ -153,7 +114,7 @@