Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 28, 2024
2 parents 2a2a522 + 30beb04 commit a12435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/storybook/connection_error/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function ConnectionErrorMessageStory() {
return (
<div className="flex flex-col gap-4">
<ConnectingDialog message="Authentication failed: The JWT is invalid" />
<ConnectingDialog loading url="wss://example.turso.io" />
<ConnectingDialog loading />
</div>
);
}

0 comments on commit a12435b

Please sign in to comment.