Skip to content

Commit b643513

Browse files
authored
Merge pull request #891 from AppFlowy-IO/fix/create_doc_error
fix: create document errors
2 parents f224bf8 + b762151 commit b643513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app_flowy/lib/startup/plugin/plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class PluginBuilder {
5656

5757
ViewDataTypePB get dataType => ViewDataTypePB.Text;
5858

59-
ViewLayoutTypePB? get subDataType => null;
59+
ViewLayoutTypePB? get subDataType => ViewLayoutTypePB.Document;
6060
}
6161

6262
abstract class PluginConfig {

0 commit comments

Comments
 (0)