mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: create document errors
This commit is contained in:
parent
f224bf8087
commit
b762151d44
@ -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