mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #891 from AppFlowy-IO/fix/create_doc_error
fix: create document errors
This commit is contained in:
commit
b643513753
@ -56,7 +56,7 @@ abstract class PluginBuilder {
|
||||
|
||||
ViewDataTypePB get dataType => ViewDataTypePB.Text;
|
||||
|
||||
ViewLayoutTypePB? get subDataType => null;
|
||||
ViewLayoutTypePB? get subDataType => ViewLayoutTypePB.Document;
|
||||
}
|
||||
|
||||
abstract class PluginConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user