diff --git a/frontend/src/components/RecipesView.vue b/frontend/src/components/RecipesView.vue index 44cab41..e5d7700 100644 --- a/frontend/src/components/RecipesView.vue +++ b/frontend/src/components/RecipesView.vue @@ -755,10 +755,6 @@ function addConstraint(value: string) { constraintInput.value = '' } -function removeConstraint(tag: string) { - recipesStore.constraints = recipesStore.constraints.filter((c) => c !== tag) -} - function onConstraintKey(e: KeyboardEvent) { if (e.key === 'Enter' || e.key === ',') { e.preventDefault()