fix: resolve issue with same names

This commit is contained in:
djknaeckebrot 2024-12-12 08:39:29 +01:00
parent 6c55143e96
commit e3b2a401a7

View File

@ -112,7 +112,8 @@ export const SearchCommand = () => {
<CircuitBoard className="h-6 w-6 mr-2" />
)}
<span className="flex-grow">
{project.name} / {application.name}
{project.name} / {application.name}{" "}
<div style={{ display: "none" }}>{application.id}</div>
</span>
<div>
<StatusTooltip status={application.status} />