Open git panel when deploying project diff via action (#24751)

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2025-02-12 15:37:17 -05:00
committed by GitHub
parent 316b97d6e3
commit ab4a6f1c79
+1
View File
@@ -69,6 +69,7 @@ impl ProjectDiff {
window: &mut Window,
cx: &mut Context<Workspace>,
) {
workspace.open_panel::<GitPanel>(window, cx);
Self::deploy_at(workspace, None, window, cx)
}