From f74b1cf46a2fde6884efc7e5669082150ffb8344 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 27 Jul 2025 13:59:10 +0800 Subject: [PATCH] :bug: Fix frontend drive error --- DysonNetwork.Drive/Client/src/views/dashboard/files.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue index c4d1750..fcfcc5b 100644 --- a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue +++ b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue @@ -125,6 +125,7 @@ const tableColumns: DataTableColumns = [ title: 'Pool', key: 'pool', render(row: any) { + if (!row.pool) return 'Unstored' return h( NTooltip, {},