Skip to content

Commit

Permalink
disable question highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbrownbike committed Jan 9, 2025
1 parent f1fd59d commit 3ccc322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/useInkeepSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type InkeepSharedSettings = {
}

export const defaultQuickQuestions = [
'Why isn\'t my data showing up?',
"Why isn't my data showing up?",
'How do I set up a reverse proxy?',
'How do I identify users?',
'What are person profiles and how are they billed?',
Expand Down Expand Up @@ -55,6 +55,7 @@ const useInkeepSettings = (): InkeepSharedSettings => {
botAvatarSrcUrl: 'https://res.cloudinary.com/dmukukwp6/image/upload/v1688579513/max_c5dd553db8.png',
botName: 'Max AI',
quickQuestions: defaultQuickQuestions,
shouldHighlightFirstQuickQuestion: false,
}

return { baseSettings, aiChatSettings }
Expand Down

0 comments on commit 3ccc322

Please sign in to comment.