From 4cc572a7c2d7686c475219b8bc6e46c0daf1467f Mon Sep 17 00:00:00 2001
From: Bernd Storath <999999bst@gmail.com>
Date: Tue, 7 Apr 2026 11:20:30 +0200
Subject: [PATCH] fix hydration mismatch
---
src/app/components/Form/ArrayField.vue | 20 ++++++--------------
src/app/components/Form/NullArrayField.vue | 20 ++++++--------------
2 files changed, 12 insertions(+), 28 deletions(-)
diff --git a/src/app/components/Form/ArrayField.vue b/src/app/components/Form/ArrayField.vue
index 497949ca..fd0c2e22 100644
--- a/src/app/components/Form/ArrayField.vue
+++ b/src/app/components/Form/ArrayField.vue
@@ -12,23 +12,15 @@
class="rounded-lg border-2 border-gray-100 text-gray-500 focus:border-red-800 focus:outline-0 focus:ring-0 dark:border-neutral-800 dark:bg-neutral-700 dark:text-neutral-200 dark:placeholder:text-neutral-400"
@input="update($event, i)"
/>
-