mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
chore: disable setting revision
This commit is contained in:
parent
76f260fe04
commit
a74814d4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue