From ac3bdae8e7e99c24d660a28db65b222f89a19dda Mon Sep 17 00:00:00 2001 From: Eleazar Resendez Date: Thu, 27 Aug 2026 07:49:15 -0600 Subject: [PATCH] fix(record-list): preserve collection configuration on hydration --- .../inspector/collection-data-source.vue | 36 +++-- .../inspector/collection-records-list.vue | 15 +- .../specs/CollectionRecordListColumns.spec.js | 130 +++++++++++++++++- 3 files changed, 154 insertions(+), 27 deletions(-) diff --git a/src/components/inspector/collection-data-source.vue b/src/components/inspector/collection-data-source.vue index 0ebf1a80..c4082738 100644 --- a/src/components/inspector/collection-data-source.vue +++ b/src/components/inspector/collection-data-source.vue @@ -17,7 +17,7 @@ {{ $t("The user can select specific data to be stored into a variable") }} @@ -47,7 +48,7 @@ @@ -58,9 +59,11 @@