mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 08:16:51 +00:00
Use a modal manager
This commit is contained in:
@@ -87,7 +87,7 @@ export default function Table({
|
||||
},
|
||||
}),
|
||||
columnHelper.display({
|
||||
id: "id", // todo: not needed for a display?
|
||||
id: "id",
|
||||
cell: (info: any) => {
|
||||
return (
|
||||
<span className="dropdown">
|
||||
@@ -112,7 +112,7 @@ export default function Table({
|
||||
}}
|
||||
>
|
||||
<IconEdit size={16} />
|
||||
<T id="users.edit" />
|
||||
<T id="user.edit" />
|
||||
</a>
|
||||
{currentUserId !== info.row.original.id ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user