Skip to content

Commit

Permalink
Merge pull request #6314 from storybooks/Hypnosphi-patch-1
Browse files Browse the repository at this point in the history
Fix {name, url} options deprecation message
  • Loading branch information
Hypnosphi authored and shilman committed Mar 29, 2019
1 parent 6aecbc1 commit 2223801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/src/core/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { document } from 'global';
import merge from '../libs/merge';

const deprecatedThemeOptions = {
name: 'brandTitle',
url: 'brandUrl',
name: 'theme.brandTitle',
url: 'theme.brandUrl',
};

const deprecatedLayoutOptions = {
Expand Down

0 comments on commit 2223801

Please sign in to comment.