From d6b4ec8895b77109dbbfefe22701b119ca5dc782 Mon Sep 17 00:00:00 2001 From: etoledom Date: Wed, 17 Apr 2019 10:24:39 +0200 Subject: [PATCH] Rich-Text: import __unstableChangeListType as changeListType --- .../block-editor/src/components/rich-text/list-edit.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/rich-text/list-edit.native.js b/packages/block-editor/src/components/rich-text/list-edit.native.js index 59dd9186b114b9..3f0cdf0fa6e349 100644 --- a/packages/block-editor/src/components/rich-text/list-edit.native.js +++ b/packages/block-editor/src/components/rich-text/list-edit.native.js @@ -5,7 +5,7 @@ import { Toolbar } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; import { - changeListType, + __unstableChangeListType as changeListType, __unstableIsListRootSelected as isListRootSelected, __unstableIsActiveListType as isActiveListType, } from '@wordpress/rich-text';