mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
frontend: fix router list view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user