Skip to content

Commit 99cf58d

Browse files
committed
Reverse the if check for datasource for s3glue
Signed-off-by: Ryan Liang <[email protected]>
1 parent 6ef7372 commit 99cf58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/components/datasources/components/manage/data_connection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const DataConnection = (props: { dataSource: string }) => {
227227
];
228228

229229
const conditionalTabs =
230-
datasourceDetails.connector !== 'PROMETHEUS'
230+
datasourceDetails.connector === 'S3GLUE'
231231
? [
232232
{
233233
id: 'associated_objects',

0 commit comments

Comments
 (0)