From 9e568a1182b09364dae245bd6a5af72508e2bc58 Mon Sep 17 00:00:00 2001
From: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Date: Mon, 25 Aug 2025 02:19:46 -0500
Subject: [PATCH] fix: Simplify AutoForm and fix select (#6022)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
---
frontend/components/global/AutoForm.vue | 10 +---------
frontend/types/auto-forms.ts | 1 -
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/frontend/components/global/AutoForm.vue b/frontend/components/global/AutoForm.vue
index 0cc679056..95869f38b 100644
--- a/frontend/components/global/AutoForm.vue
+++ b/frontend/components/global/AutoForm.vue
@@ -106,15 +106,7 @@
persistent-hint
lazy-validation
@blur="emitBlur"
- >
-
-