We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3e38e commit 75f0fa8Copy full SHA for 75f0fa8
frontend/src/app/pages/MainPage/pages/ViewPage/utils.tsx
@@ -108,6 +108,7 @@ export function transformQueryResultToModelAndDataSource(
108
return {
109
...obj,
110
[name]: {
111
+ name,
112
type: hierarchyColumn?.type || type,
113
primaryKey,
114
category: hierarchyColumn?.category || ColumnCategories.Uncategorized, // FIXME: model 重构时一起改
0 commit comments