🐛 Fix frontend drive error

This commit is contained in:
2025-07-27 13:59:10 +08:00
parent 52addc91df
commit f74b1cf46a

View File

@@ -125,6 +125,7 @@ const tableColumns: DataTableColumns<any> = [
title: 'Pool',
key: 'pool',
render(row: any) {
if (!row.pool) return 'Unstored'
return h(
NTooltip,
{},