{confirmAction.type === 'discard' ? 'Discard Changes' :
+ confirmAction.type === 'delete' ? 'Delete File' :
confirmAction.type === 'commit' ? 'Confirm Commit' :
confirmAction.type === 'pull' ? 'Confirm Pull' : 'Confirm Push'}
@@ -1147,7 +1196,7 @@ function GitPanel({ selectedProject, isMobile }) {
Discard
>
+ ) : confirmAction.type === 'delete' ? (
+ <>
+
+
Delete
+ >
) : confirmAction.type === 'commit' ? (
<>