Skip to content

Commit

Permalink
Merge pull request #187 from MR-WF/dev-fix-wf
Browse files Browse the repository at this point in the history
fix: web :issue: #163
  • Loading branch information
dlimeng committed Sep 24, 2023
2 parents 012963e + eb181b1 commit e5ddb96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions solidui-web/src/pages/DataSource/useDataSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type DataSourceDataType = {
dataSourceName: string;
dataSourceDesc: string;
dataSourceTypeId: number;
dataSourceType: string;
createTime: string;
expire: boolean;
};
Expand Down Expand Up @@ -65,8 +66,8 @@ function useDataSource() {
align: "center",
},
{
title: "dataSourceTypeId",
dataIndex: "dataSourceTypeId",
title: "dataSourceTypeName",
dataIndex: "dataSourceType",
align: "center",
},
{
Expand Down

0 comments on commit e5ddb96

Please sign in to comment.