mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
This reverts commit c1006c18c3
.
This commit is contained in:
@ -162,7 +162,7 @@ where
|
||||
|
||||
#[tracing::instrument(level = "trace", skip(self))]
|
||||
pub(crate) fn delete_group(&mut self, deleted_group_id: &str) -> FlowyResult<()> {
|
||||
self.group_by_id.shift_remove(deleted_group_id);
|
||||
self.group_by_id.remove(deleted_group_id);
|
||||
self.mut_configuration(|configuration| {
|
||||
configuration
|
||||
.groups
|
||||
|
Reference in New Issue
Block a user