fix: [tempfix] space selector (#2096)

ui/offscreen-diff-contents
Ritik Kapoor 2024-06-12 05:33:28 +00:00 committed by Harness
parent cdd7478cb2
commit 8e8bb98208
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export const SpaceSelector: React.FC<SpaceSelectorProps> = ({ onSelect }) => {
/>
<Layout.Vertical flex className={css.name}>
<Text className={css.repoName} lineClamp={2}>
<Keywords value={searchTerm}>{record.space.uid}</Keywords>
<Keywords value={searchTerm}>{(record.space as any).identifier}</Keywords>
</Text>
{record.space.description && (
<Text className={css.desc} lineClamp={1}>