Merge pull request #891 from AppFlowy-IO/fix/create_doc_error

fix: create document errors
This commit is contained in:
Nathan.fooo 2022-08-23 13:48:48 +08:00 committed by GitHub
commit b643513753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ abstract class PluginBuilder {
ViewDataTypePB get dataType => ViewDataTypePB.Text;
ViewLayoutTypePB? get subDataType => null;
ViewLayoutTypePB? get subDataType => ViewLayoutTypePB.Document;
}
abstract class PluginConfig {