feat: update view properties

This commit is contained in:
appflowy
2022-02-28 16:00:43 +08:00
parent 23ccfa54b5
commit 74831964a6
17 changed files with 225 additions and 175 deletions

View File

@ -88,7 +88,7 @@ async fn create_view(sdk: &FlowySDKTest, app_id: &str) -> View {
name: "View A".to_string(),
desc: "".to_string(),
thumbnail: Some("http://1.png".to_string()),
view_type: ViewType::QuillDocument,
view_type: ViewType::RichText,
};
let view = FolderEventBuilder::new(sdk.clone())