Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Teleterm stories #22657

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { addDecorator, addParameters } from '@storybook/react';
import theme from './../packages/design/src/theme';
import DefaultThemeProvider from './../packages/design/src/ThemeProvider';
import Box from './../packages/design/src/Box';
import TeletermThemeProvider from './../packages/teleterm/src/ui/ThemeProvider';
import { ThemeProvider as TeletermThemeProvider } from './../packages/teleterm/src/ui/ThemeProvider';
import { handlersTeleport } from './../packages/teleport/src/mocks/handlers';

// Checks we are running non-node environment (browser)
Expand Down