mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 01:22:12 +03:00
fix mode undefined
This commit is contained in:
parent
84df8857cc
commit
148ac88434
@ -36,7 +36,7 @@ pub(super) mod state {
|
||||
operating_mode,
|
||||
} => ChangeForFrontend {
|
||||
name: format!("project://{}/git/head", project_id),
|
||||
payload: serde_json::json!({ "head": head, "operating_mode": operating_mode }),
|
||||
payload: serde_json::json!({ "head": head, "operatingMode": operating_mode }),
|
||||
project_id,
|
||||
},
|
||||
Change::GitActivity(project_id) => ChangeForFrontend {
|
||||
|
Loading…
Reference in New Issue
Block a user