diff --git a/packages/editor/src/components/post-author/index.js b/packages/editor/src/components/post-author/index.js index 6884a0366efdfc..7e734379f64f64 100644 --- a/packages/editor/src/components/post-author/index.js +++ b/packages/editor/src/components/post-author/index.js @@ -11,7 +11,7 @@ import PostAuthorCombobox from './combobox'; import PostAuthorSelect from './select'; import { AUTHORS_QUERY } from './constants'; -const minimumUsersForCombobox = 1; +const minimumUsersForCombobox = 25; function PostAuthor() { const showCombobox = useSelect( ( select ) => {