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 512baf1 commit 658c1da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ const preview: Meta<CustomArgs> = {

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

const inputText = options.args.inputText
Expand Down

0 comments on commit 658c1da

Please sign in to comment.