Skip to content

Commit

Permalink
Fix a test broken during the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Oct 18, 2018
1 parent e9577ca commit a19d510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/panel/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import PanelBody from './body';
import ColorIndicator from '../color-indicator';

function PanelColor( { colorValue, colorName, title, ...props } ) {
deprecated( 'wp.editor.PanelColor', {
deprecated( 'wp.components.PanelColor', {
version: '4.3',
alternative: 'wp.editor.PanelColorSettings',
plugin: 'Gutenberg',
Expand Down

0 comments on commit a19d510

Please sign in to comment.