From cb06ebe03c2846cbb080539ae93da43faa26f450 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 26 Nov 2020 07:36:26 +0000 Subject: [PATCH] fix duplicate key error causing UI to freeze --- src/components/SoftwareTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SoftwareTab.vue b/src/components/SoftwareTab.vue index a0c2244..cadc088 100644 --- a/src/components/SoftwareTab.vue +++ b/src/components/SoftwareTab.vue @@ -31,7 +31,7 @@ :pagination.sync="pagination" binary-state-sort hide-bottom - row-key="name" + row-key="id" :loading="loading" >