Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal authored Jan 16, 2025
2 parents 1c5a699 + f1d85a4 commit aca864e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/gui/schema-sidebar-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default function SchemaList({ search }: Readonly<SchemaListProps>) {
...modificationSection,
modificationSection.length > 0 ? { separator: true } : undefined,


{ title: "Refresh", onClick: () => refresh() },
].filter(Boolean) as OpenContextMenuList;
},
Expand Down

0 comments on commit aca864e

Please sign in to comment.