chore: read setting

This commit is contained in:
appflowy
2022-09-03 16:47:58 +08:00
parent b3e5bb00ac
commit f57ba8b9a8
15 changed files with 178 additions and 45 deletions

View File

@ -85,7 +85,7 @@ impl GridEditorTest {
.row_revs
}
pub async fn grid_filters(&self) -> Vec<GridFilterConfiguration> {
pub async fn grid_filters(&self) -> Vec<GridFilterConfigurationPB> {
self.editor.get_grid_filter().await.unwrap()
}