This commit is contained in:
vabene1111
2024-12-04 18:26:00 +01:00
parent b9f49cad45
commit 35461ba926

View File

@@ -22,7 +22,6 @@
</v-list> </v-list>
</v-menu> </v-menu>
</v-btn> </v-btn>
<v-icon icon="$dragHandle" class="drag-handle cursor-move"></v-icon>
</template> </template>
<v-card-text> <v-card-text>
@@ -154,7 +153,7 @@ function sortIngredients() {
} }
/** /**
* * parse ingredients from text input and add them as ingredients
*/ */
function parseAndInsertIngredients() { function parseAndInsertIngredients() {
let api = new ApiApi() let api = new ApiApi()