Skip to content

Commit

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

0 comments on commit 5a8d026

Please sign in to comment.