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:
@ -1,3 +1,5 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use collab_folder::{FolderData, View};
|
||||
use flowy_folder::entities::icon::UpdateViewIconPayloadPB;
|
||||
use flowy_folder::event_map::FolderEvent;
|
||||
@ -11,7 +13,6 @@ use flowy_user::entities::{
|
||||
};
|
||||
use flowy_user::errors::FlowyError;
|
||||
use flowy_user::event_map::UserEvent;
|
||||
use std::sync::Arc;
|
||||
use flowy_user_pub::entities::Role;
|
||||
|
||||
use crate::event_builder::EventBuilder;
|
||||
|
Reference in New Issue
Block a user