Skip to content

Commit c1275c4

Browse files
authored
Merge pull request #35 from maggieyyy/main
frontend: fix router list view
2 parents fed8658 + f00e909 commit c1275c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/core/src/pages/system/api/SystemInsideRouterList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const SystemInsideRouterList:FC = ()=>{
209209
onChange={() => {
210210
setTableHttpReload(false)
211211
}}
212-
onRowClick={(row:SystemApiTableListItem)=>openDrawer('view',row)}
212+
onRowClick={(row:SystemApiTableListItem)=>openDrawer('edit',row)}
213213
tableClass="mr-PAGE_INSIDE_X "
214214
/>
215215
<DrawerWithFooter

0 commit comments

Comments
 (0)