mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 19:09:45 +00:00
Fixes
This commit is contained in:
@@ -1165,11 +1165,16 @@ function GitPanel({ selectedProject, isMobile }) {
|
||||
<Check className="w-4 h-4" />
|
||||
<span>Commit</span>
|
||||
</>
|
||||
) : (
|
||||
) : confirmAction.type === 'pull' ? (
|
||||
<>
|
||||
<Download className="w-4 h-4" />
|
||||
<span>Pull</span>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<Upload className="w-4 h-4" />
|
||||
<span>Push</span>
|
||||
</>
|
||||
)}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user