Skip to content

Commit 985d715

Browse files
committed
only show dolt sidebar if it is dolt database
1 parent 36475bd commit 985d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gui/database-gui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function DatabaseGui() {
107107
content: <ToolSidebar />,
108108
icon: <GearSix weight="light" size={24} />,
109109
},
110-
databaseDriverDialect
110+
databaseDriverDialect === "dolt"
111111
? {
112112
key: "dolt",
113113
name: "Dolt",

0 commit comments

Comments
 (0)