frontend: fix router list view

This commit is contained in:
maggieyyy
2024-09-03 10:06:19 +08:00
parent fed865872e
commit f00e909a64
@@ -209,7 +209,7 @@ const SystemInsideRouterList:FC = ()=>{
onChange={() => {
setTableHttpReload(false)
}}
onRowClick={(row:SystemApiTableListItem)=>openDrawer('view',row)}
onRowClick={(row:SystemApiTableListItem)=>openDrawer('edit',row)}
tableClass="mr-PAGE_INSIDE_X "
/>
<DrawerWithFooter