Skip to content

Commit

Permalink
frontend: fix router list view
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieyyy committed Sep 3, 2024
1 parent fed8658 commit f00e909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f00e909

Please sign in to comment.