We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c5a699 + f1d85a4 commit aca864eCopy full SHA for aca864e
src/components/gui/schema-sidebar-list.tsx
@@ -213,6 +213,7 @@ export default function SchemaList({ search }: Readonly<SchemaListProps>) {
213
...modificationSection,
214
modificationSection.length > 0 ? { separator: true } : undefined,
215
216
+
217
{ title: "Refresh", onClick: () => refresh() },
218
].filter(Boolean) as OpenContextMenuList;
219
},
0 commit comments