Skip to content

Commit aca864e

Browse files
authored
Merge branch 'master' into develop
2 parents 1c5a699 + f1d85a4 commit aca864e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ export default function SchemaList({ search }: Readonly<SchemaListProps>) {
213213
...modificationSection,
214214
modificationSection.length > 0 ? { separator: true } : undefined,
215215

216+
216217
{ title: "Refresh", onClick: () => refresh() },
217218
].filter(Boolean) as OpenContextMenuList;
218219
},

0 commit comments

Comments
 (0)