[BREAKING CHANGE] change the default document type to doc
This commit is contained in:
@@ -24,7 +24,7 @@ const MenuBar = () => {
|
||||
|
||||
export default () => {
|
||||
const [value, setValue] = useState({
|
||||
type: 'document',
|
||||
type: 'doc',
|
||||
content: [
|
||||
{
|
||||
type: 'paragraph',
|
||||
|
||||
Reference in New Issue
Block a user