Skip to content

Commit

Permalink
Restore min users for combobox in post author field
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 29, 2022
1 parent 04e396a commit 8cce30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-author/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) => {
Expand Down

0 comments on commit 8cce30d

Please sign in to comment.