Show "Open Query" for SQL only (#830)

This commit is contained in:
Steve Faulkner 2021-05-26 15:12:36 -05:00 committed by GitHub
parent 50f83cde87
commit 75d01f655f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -250,12 +250,14 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
});
}
if (userContext.apiType === "SQL") {
items.push({
iconSrc: OpenQueryIcon,
title: "Open Query",
description: null,
onClick: () => this.container.openBrowseQueriesPanel(),
});
}
if (userContext.apiType !== "Cassandra") {
items.push({