mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-03 21:39:18 +00:00
NORY-59: move stack status requests to protected server actions
This commit is contained in:
parent
cca60935e2
commit
b29c19f322
3 changed files with 135 additions and 51 deletions
|
@ -50,7 +50,7 @@ export function StatusCard({ title, version, name, status, className }: StatusCa
|
|||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
{
|
||||
status.errors.map((error) => <span>{error}</span>)
|
||||
status.errors.map((error) => <span key={error}>{error}</span>)
|
||||
}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue