feat: open edit page on table row click

This commit is contained in:
Elias Schneider
2025-10-29 10:46:03 +01:00
parent 04d8500910
commit f184120890
5 changed files with 17 additions and 1 deletions

View File

@@ -143,6 +143,7 @@
},
{
label: m.edit(),
primary: true,
icon: LucidePencil,
onClick: (u) => goto(`/settings/admin/users/${u.id}`)
},