mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable setting revision
This commit is contained in:
parent
76f260fe04
commit
a74814d4d6
@ -32,7 +32,7 @@ pub struct GridRevision {
|
||||
pub fields: Vec<FieldRevision>,
|
||||
pub blocks: Vec<Arc<GridBlockMetaRevision>>,
|
||||
|
||||
#[serde(default)]
|
||||
#[serde(default, skip)]
|
||||
pub setting: GridSettingRevision,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user