Skip to content

Commit 75f0fa8

Browse files
committed
fix(View): failed to change column type on new view
1 parent ca3e38e commit 75f0fa8

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/app/pages/MainPage/pages/ViewPage

1 file changed

+1
-0
lines changed

frontend/src/app/pages/MainPage/pages/ViewPage/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function transformQueryResultToModelAndDataSource(
108108
return {
109109
...obj,
110110
[name]: {
111+
name,
111112
type: hierarchyColumn?.type || type,
112113
primaryKey,
113114
category: hierarchyColumn?.category || ColumnCategories.Uncategorized, // FIXME: model 重构时一起改

0 commit comments

Comments
 (0)