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