From 91cc524c04f346c3b47c50944887aaa9f1e38a1a Mon Sep 17 00:00:00 2001 From: Titus Kristiansen <titusk@stud.ntnu.no> Date: Mon, 2 May 2022 15:49:36 +0200 Subject: [PATCH] new item fix --- src/components/ItemComponents/NewItemForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ItemComponents/NewItemForm.vue b/src/components/ItemComponents/NewItemForm.vue index 75f575f..aa969c1 100644 --- a/src/components/ItemComponents/NewItemForm.vue +++ b/src/components/ItemComponents/NewItemForm.vue @@ -115,7 +115,6 @@ </ul> </div> <label class="text-error text-sm block">{{ groupErrorMessage }}</label> - </div> <!-- price --> <div class="mb-6 mt-4" :class="{ error: v$.item.price.$errors.length }"> -- GitLab