mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Merge pull request #5773 from storybooks/5665-fix-deprecated-options
Fix deprecated url/name options
This commit is contained in:
parent
4057541bff
commit
66765e98af
@ -8,6 +8,7 @@ const applyDeprecatedUiOptions = deprecate(({ name, url, theme }) => {
|
|||||||
const vars = {
|
const vars = {
|
||||||
brandTitle: name,
|
brandTitle: name,
|
||||||
brandUrl: url,
|
brandUrl: url,
|
||||||
|
brandImage: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
return { theme: create(vars, theme) };
|
return { theme: create(vars, theme) };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user