Commit 0c30a3e3 authored by nick zheng's avatar nick zheng

chore: 应用列表页点击应用标题跳转到编辑应用页

parent df9d76c3
......@@ -49,6 +49,7 @@ export function createPersonalAppColumn(handlePersonalAppTableAction: (actionTyp
textOverflow: 'ellipsis',
},
className: 'hover:text-theme-color cursor-pointer',
onClick: () => handlePersonalAppTableAction('edit', row.baseInfo.agentId),
},
{
default: () => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment