Skip to content

Commit

Permalink
Change dev_tools to devTools to accommodate change to plugin name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Feb 6, 2020
1 parent 8318b8c commit 4f7c9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npSetup.core.uiSettings.get$(ADVANCED_SETTINGS_FLAG_NAME, false).subscribe(value
console.log('use this to figure out whether we should register', value);
});

npSetup.plugins.dev_tools.register({
npSetup.plugins.devTools.register({
order: 7,
title: i18n.translate('xpack.painless_playground.displayName', {
defaultMessage: 'Painless Playground',
Expand Down

0 comments on commit 4f7c9e2

Please sign in to comment.