Skip to content

Commit aac3868

Browse files
committed
fix data sources tab
1 parent 4251c75 commit aac3868

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

client/packages/lowcoder/src/pages/setting/environments/config/data-sources.config.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,6 @@ export const dataSourcesConfig: DeployableItemConfig<DataSource, DataSourceStats
9191
</Tag>
9292
),
9393
},
94-
{
95-
title: 'Actions',
96-
key: 'actions',
97-
render: (_, record: DataSource) => (
98-
<Space>
99-
<Tooltip title="Deploy to another environment">
100-
<Button
101-
icon={<CloudUploadOutlined />}
102-
onClick={(e) => {
103-
e.stopPropagation(); // Prevent row click navigation
104-
}}
105-
type="primary"
106-
ghost
107-
>
108-
Deploy
109-
</Button>
110-
</Tooltip>
111-
</Space>
112-
),
113-
}
11494
],
11595

11696
// Deployment options

0 commit comments

Comments
 (0)