This commit is contained in:
Yury Semikhatsky 2024-05-15 12:45:49 -07:00
parent 6dea011c02
commit 1fb37fabb1

View file

@ -172,7 +172,7 @@ export const Workbench: React.FunctionComponent<{
id: 'network',
title: 'Network',
count: networkModel.resources.length,
render: () => <NetworkTab boundaries={boundaries} networkModel={networkModel} model={model} onEntryHovered={setHighlightedEntry}/>
render: () => <NetworkTab boundaries={boundaries} networkModel={networkModel} onEntryHovered={setHighlightedEntry}/>
};
const attachmentsTab: TabbedPaneTabModel = {
id: 'attachments',