Skip to content

Commit

Permalink
feat: GROW-315 - improve inkeep settings (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hba-fingerprint authored Dec 9, 2024
1 parent c2b86bb commit 23e1d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/thirdParty/Inkeep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const useInkeepSettings = (): InkeepSharedSettings => {
}
},
};
const modalSettings: InkeepModalSettings = {};
const modalSettings: InkeepModalSettings = { defaultView: 'AI_CHAT', forceInitialDefaultView: true };
const searchSettings: InkeepSearchSettings = {};
const aiChatSettings: InkeepAIChatSettings = {
chatSubjectName: 'Fingerprint',
Expand Down Expand Up @@ -87,6 +87,7 @@ const useInkeepSettings = (): InkeepSharedSettings => {
'Fingerprint Identification vs FingerprintJS?',
'How to proxy requests through my own domain?',
],
shouldOpenLinksInNewTab: true,
};

return { baseSettings, aiChatSettings, searchSettings, modalSettings };
Expand Down

0 comments on commit 23e1d78

Please sign in to comment.