Browse Source

feat(ui): resolve type error in assistant component

pull/7309/head
KenTandrian 2 days ago
parent
commit
81f1434b1d
  1. 2
      libs/ui/src/lib/assistant/assistant.component.ts

2
libs/ui/src/lib/assistant/assistant.component.ts

@ -713,7 +713,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit {
return {
routerLink,
mode: SearchMode.QUICK_LINK as const,
name: title
name: title ?? ''
};
});
}

Loading…
Cancel
Save