Use new TabWidget for VM route

This commit is contained in:
2024-01-03 00:12:16 +01:00
parent 219fc184ee
commit e561942cf7
3 changed files with 19 additions and 17 deletions

View File

@ -55,7 +55,7 @@ function NetworkDetailsInner(p: DetailsInnerProps): React.ReactElement {
<>
<TabsWidget
currTab={currTab}
onValueChange={setCurrTab}
onTabChange={setCurrTab}
options={[
{ label: "General", value: NetTab.General, visible: true },
{