mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: fetch all select options from field type option instead of cell (#5122)
* refactor: fetch all options from type option * chore: rustfmt * ci: fix rust ci * chore: fix clippy
This commit is contained in:
@ -170,7 +170,7 @@ impl FolderIndexManagerImpl {
|
||||
Ok(writer) => Ok(writer),
|
||||
Err(e) => {
|
||||
tracing::error!("FolderIndexManager failed to lock index writer: {:?}", e);
|
||||
return Err(FlowyError::folder_index_manager_unavailable());
|
||||
Err(FlowyError::folder_index_manager_unavailable())
|
||||
},
|
||||
},
|
||||
None => Err(FlowyError::folder_index_manager_unavailable()),
|
||||
|
Reference in New Issue
Block a user