Skip to content

Commit

Permalink
Merge pull request #4702 from gitbutlerapp/fix-mode-undefined
Browse files Browse the repository at this point in the history
fix mode undefined
  • Loading branch information
Caleb-T-Owens authored Aug 15, 2024
2 parents 8d1cb49 + 148ac88 commit bb6a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gitbutler-tauri/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bb6a7d8

Please sign in to comment.