🐛 Fix frontend drive error
This commit is contained in:
@@ -125,6 +125,7 @@ const tableColumns: DataTableColumns<any> = [
|
||||
title: 'Pool',
|
||||
key: 'pool',
|
||||
render(row: any) {
|
||||
if (!row.pool) return 'Unstored'
|
||||
return h(
|
||||
NTooltip,
|
||||
{},
|
||||
|
Reference in New Issue
Block a user