From 50f419b24a321011e0b4eedf5b778ed6608a75d5 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 17 Jan 2024 08:22:10 +0100
Subject: [PATCH] Hotfix paging on subset creation + later inspection

---
 dbrepo-ui/components/query/Results.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dbrepo-ui/components/query/Results.vue b/dbrepo-ui/components/query/Results.vue
index 5685689375..f9fa1cebd1 100644
--- a/dbrepo-ui/components/query/Results.vue
+++ b/dbrepo-ui/components/query/Results.vue
@@ -82,6 +82,7 @@ export default {
         .then((result) => {
           this.mapResults(result)
           parent.resultId = result.id
+          this.id = result.id
         })
         .finally(() => {
           this.loading--
-- 
GitLab