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 5a8d026 commit eb181b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solidui-web/src/pages/DataSource/useDataSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type DataSourceDataType = {
id: string;
dataSourceName: string;
dataSourceDesc: string;
dataSourceTypeId: number;
dataSourceType: string;
createTime: string;
expire: boolean;
Expand Down

0 comments on commit eb181b1

Please sign in to comment.