Skip to content

Commit f1d85a4

Browse files
committed
hotfix edit table context menu does not work
1 parent 03c3fdc commit f1d85a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gui/schema-sidebar-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default function SchemaList({ search }: Readonly<SchemaListProps>) {
162162
? {
163163
title: "Edit Table",
164164
onClick: () => {
165-
scc.tabs.openBuiltinTable({
165+
scc.tabs.openBuiltinSchema({
166166
schemaName: item?.schemaName ?? currentSchemaName,
167167
tableName: item?.name,
168168
});

0 commit comments

Comments
 (0)