Skip to content

Commit a2b7495

Browse files
authored
reingest after creation of a VC with Space BoK (#7536)
1 parent e6933c6 commit a2b7495

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/topLevelPages/myDashboard/newVirtualContributorWizard/useVirtualContributorWizard.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ const useVirtualContributorWizard = (): useVirtualContributorWizardProvided => {
510510
return;
511511
}
512512

513+
// Refresh explicitly the ingestion
514+
refreshIngestion(createdVC.id);
515+
513516
const addToCommunity = await addVCToCommunity({
514517
virtualContributorId: createdVC?.id,
515518
parentRoleSetIds: selectedKnowledge.parentRoleSetIds,

0 commit comments

Comments
 (0)