mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add more test and fix warnings
This commit is contained in:
@ -351,7 +351,7 @@ pub async fn create_view(sdk: &FlowySDKTest, app_id: &str, name: &str, desc: &st
|
||||
thumbnail: None,
|
||||
data_type,
|
||||
plugin_type: 0,
|
||||
data: "".to_string(),
|
||||
data: vec![],
|
||||
};
|
||||
let view = FolderEventBuilder::new(sdk.clone())
|
||||
.event(CreateView)
|
||||
|
Reference in New Issue
Block a user