fix: wire handleCardSelect to SocialPage and SwarmPage
This commit is contained in:
parent
a7787733b9
commit
3298fbd336
3 changed files with 3 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ export function UnifiedShell({
|
|||
<SocialPage
|
||||
issues={issues}
|
||||
selectedId={taskId ?? undefined}
|
||||
onSelect={setTaskId}
|
||||
onSelect={handleCardSelect}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@ export function UnifiedShell({
|
|||
<SwarmPage
|
||||
issues={issues}
|
||||
selectedId={swarmId ?? undefined}
|
||||
onSelect={setSwarmId}
|
||||
onSelect={handleCardSelect}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue