mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +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 = {
|
||||
brandTitle: name,
|
||||
brandUrl: url,
|
||||
brandImage: null,
|
||||
};
|
||||
|
||||
return { theme: create(vars, theme) };
|
||||
|
Loading…
x
Reference in New Issue
Block a user