We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d924cdf commit ada8b81Copy full SHA for ada8b81
packages/dag/src/components/form/table-list-card/index.js
@@ -32,7 +32,7 @@ export const TableListCard = observer(
32
let map = {}
33
let items = data?.items || []
34
items.forEach(t => {
35
- if (t.tableComment || t.primaryKeyCounts) {
+ if (t.uniqueIndexCounts || t.primaryKeyCounts) {
36
map[t.tableName] = t
37
}
38
})
0 commit comments