1
This commit is contained in:
parent
e00a824504
commit
0958c32310
@ -355,7 +355,12 @@ const ApplicationModal: React.FC<ApplicationModalProps> = ({
|
||||
}
|
||||
}}
|
||||
>
|
||||
{group.name}
|
||||
<div className="flex flex-col">
|
||||
<span className="font-medium">{group.fullName}</span>
|
||||
<span className="text-xs text-muted-foreground truncate">
|
||||
{group.fullPath}
|
||||
</span>
|
||||
</div>
|
||||
{group.id === field.value && (
|
||||
<Check className="ml-auto h-4 w-4" />
|
||||
)}
|
||||
|
||||
@ -57,6 +57,8 @@ export interface RepositoryGroup {
|
||||
groupId: number;
|
||||
parentId?: number;
|
||||
path: string;
|
||||
fullName: string;
|
||||
fullPath: string;
|
||||
externalSystemId: number;
|
||||
avatarUrl?: string;
|
||||
webUrl?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user