From dc6ee342c5a154df5852143d8087152c419023a0 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 29 Sep 2025 10:42:40 +0100 Subject: [PATCH] Revert custom field name text box for now --- .../views/custom_fields/fields/edit.blade.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/views/custom_fields/fields/edit.blade.php b/resources/views/custom_fields/fields/edit.blade.php index b7b039927e..ec5ca00483 100644 --- a/resources/views/custom_fields/fields/edit.blade.php +++ b/resources/views/custom_fields/fields/edit.blade.php @@ -41,11 +41,15 @@
- +
+ +
+ + {!! $errors->first('name', '') !!} +
+