From 35461ba92652dd4c29942bed061558819c8fd047 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 4 Dec 2024 18:26:00 +0100 Subject: [PATCH] cleanup --- vue3/src/components/inputs/StepEditor.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vue3/src/components/inputs/StepEditor.vue b/vue3/src/components/inputs/StepEditor.vue index ec51ba508..7793ea4ab 100644 --- a/vue3/src/components/inputs/StepEditor.vue +++ b/vue3/src/components/inputs/StepEditor.vue @@ -22,7 +22,6 @@ - @@ -154,7 +153,7 @@ function sortIngredients() { } /** - * + * parse ingredients from text input and add them as ingredients */ function parseAndInsertIngredients() { let api = new ApiApi()