Skip to content

Commit

Permalink
Merge pull request #35 from maggieyyy/main
Browse files Browse the repository at this point in the history
frontend: fix router list view
  • Loading branch information
maggieyyy authored Sep 3, 2024
2 parents fed8658 + f00e909 commit c1275c4
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 c1275c4

Please sign in to comment.