mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: some style
This commit is contained in:
parent
971c0e1ea9
commit
b64514c7e4
@ -2029,6 +2029,7 @@
|
||||
"duplicate": "Duplicate Space"
|
||||
},
|
||||
"publish": {
|
||||
"hasNotBeenPublished": "This page hasn't been published yet"
|
||||
"hasNotBeenPublished": "This page hasn't been published yet",
|
||||
"reportPage": "Report page"
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@ use crate::entities::{
|
||||
view_pb_with_child_views, view_pb_without_child_views, view_pb_without_child_views_from_arc,
|
||||
CreateViewParams, CreateWorkspaceParams, DeletedViewPB, DuplicateViewParams, FolderSnapshotPB,
|
||||
MoveNestedViewParams, RepeatedTrashPB, RepeatedViewIdPB, RepeatedViewPB, UpdateViewParams,
|
||||
ViewPB, ViewSectionPB, WorkspacePB, WorkspaceSettingPB,
|
||||
ViewPB, ViewSectionPB, WorkspacePB, WorkspaceSettingPB, ViewLayout, ViewLayoutPB
|
||||
};
|
||||
use crate::manager_observer::{
|
||||
notify_child_views_changed, notify_did_update_workspace, notify_parent_view_did_change,
|
||||
|
Loading…
Reference in New Issue
Block a user