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:
Richard Shiue
2024-04-13 01:08:47 +08:00
committed by GitHub
parent 0ebcca63bb
commit 891fd16a0c
10 changed files with 74 additions and 73 deletions

View File

@ -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;