Skip to content

Commit

Permalink
only show dolt sidebar if it is dolt database
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 7, 2025
1 parent 36475bd commit 985d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gui/database-gui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function DatabaseGui() {
content: <ToolSidebar />,
icon: <GearSix weight="light" size={24} />,
},
databaseDriverDialect
databaseDriverDialect === "dolt"
? {
key: "dolt",
name: "Dolt",
Expand Down

0 comments on commit 985d715

Please sign in to comment.