Skip to content

Commit

Permalink
storybook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Oct 22, 2024
1 parent 4967047 commit 6008b88
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const preview: Meta<CustomArgs> = {

const aiChatContext: AIChatContext = {
isDefaultConversation: true,
editingConversationId: null,
visibleConversations: [],
hasAcceptedAgreement: options.args.hasAcceptedAgreement,
isPremiumStatusFetching: false,
Expand All @@ -416,7 +417,8 @@ const preview: Meta<CustomArgs> = {
dismissPremiumPrompt: () => {},
userRefreshPremiumSession: () => {},
onNewConversation: () => {},
onSelectConversationUuid(id) {}
onSelectConversationUuid(id) {},
setEditingConversationId: () => {}
}

const inputText = options.args.inputText
Expand Down

0 comments on commit 6008b88

Please sign in to comment.