mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
FIX "View docs" not working
This commit is contained in:
parent
5888bdc957
commit
54a2f1641a
@ -246,7 +246,7 @@ export const ErrorBlock: FunctionComponent<{ error: Error }> = ({ error }) => (
|
||||
View error <Icons icon="arrowdown" />
|
||||
</Link>
|
||||
</WithTooltip>{' '}
|
||||
<Link withArrow href="https://storybook.js.org/docs">
|
||||
<Link withArrow href="https://storybook.js.org/docs" cancel={false} target="_blank">
|
||||
View docs
|
||||
</Link>
|
||||
</Text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user