Skip to content

Commit

Permalink
Bring back panel layout to form
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Aug 8, 2024
1 parent d1fdd8d commit fd6c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/post-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function PostEditForm( { postType, postId } ) {
const { saveEntityRecord } = useDispatch( coreDataStore );
const { fields } = usePostFields();
const form = {
type: 'regular',
type: 'panel',
fields: [ 'title', 'author', 'comment_status' ],
};
const [ edits, setEdits ] = useState( {} );
Expand Down

0 comments on commit fd6c2a1

Please sign in to comment.