Skip to content

Commit

Permalink
hotfix edit table context menu does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 13, 2025
1 parent 03c3fdc commit f1d85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gui/schema-sidebar-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function SchemaList({ search }: Readonly<SchemaListProps>) {
? {
title: "Edit Table",
onClick: () => {
scc.tabs.openBuiltinTable({
scc.tabs.openBuiltinSchema({
schemaName: item?.schemaName ?? currentSchemaName,
tableName: item?.name,
});
Expand Down

0 comments on commit f1d85a4

Please sign in to comment.