Skip to content

Commit

Permalink
fix: broke a story accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 committed Dec 17, 2024
1 parent adea361 commit 723a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/max/Max.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const WelcomeSuggestionsAvailable: StoryFn = () => {
export const WelcomeLoadingSuggestions: StoryFn = () => {
useStorybookMocks({
post: {
'/api/environments/:team_id/conversations/': (_req, _res, ctx) => [ctx.delay('infinite')],
'/api/environments/:team_id/query/': (_req, _res, ctx) => [ctx.delay('infinite')],
},
})

Expand Down

0 comments on commit 723a123

Please sign in to comment.